nvim oil
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ chsh -s /usr/bin/nu
|
||||
# nushell
|
||||
yay -S oh-my-posh argc
|
||||
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
|
||||
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
||||
|
||||
@@ -565,9 +565,12 @@ local function makespec_oil()
|
||||
"stevearc/oil.nvim",
|
||||
dependencies = { "mini.icons" },
|
||||
cmd = { "Oil" },
|
||||
lazy = false,
|
||||
opts = {
|
||||
default_file_explorer = true,
|
||||
watch_for_changes = true,
|
||||
view_options = { show_hidden = true },
|
||||
columns = { "icon", "permissions", "size", "mtime" },
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>fE", "<cmd>Oil .<cr>", desc = "Oil Explorer (buffer)" },
|
||||
|
||||
Reference in New Issue
Block a user