nvim oil
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ chsh -s /usr/bin/nu
|
|||||||
# nushell
|
# nushell
|
||||||
yay -S oh-my-posh argc
|
yay -S oh-my-posh argc
|
||||||
git clone https://github.com/sigoden/argc-completions.git ~/.local/share/argc-completions/
|
git clone https://github.com/sigoden/argc-completions.git ~/.local/share/argc-completions/
|
||||||
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/iterm2.omp.json
|
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/negligible.omp.json
|
||||||
|
|
||||||
# code
|
# code
|
||||||
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
||||||
|
|||||||
@@ -565,9 +565,12 @@ local function makespec_oil()
|
|||||||
"stevearc/oil.nvim",
|
"stevearc/oil.nvim",
|
||||||
dependencies = { "mini.icons" },
|
dependencies = { "mini.icons" },
|
||||||
cmd = { "Oil" },
|
cmd = { "Oil" },
|
||||||
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
|
default_file_explorer = true,
|
||||||
watch_for_changes = true,
|
watch_for_changes = true,
|
||||||
view_options = { show_hidden = true },
|
view_options = { show_hidden = true },
|
||||||
|
columns = { "icon", "permissions", "size", "mtime" },
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>fE", "<cmd>Oil .<cr>", desc = "Oil Explorer (buffer)" },
|
{ "<leader>fE", "<cmd>Oil .<cr>", desc = "Oil Explorer (buffer)" },
|
||||||
|
|||||||
Reference in New Issue
Block a user