mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nvim: use oil.nvim
This commit is contained in:
parent
960699a2f1
commit
bd2a7fcc26
4 changed files with 26 additions and 7 deletions
|
|
@ -111,7 +111,6 @@ local leader_mappings = {
|
|||
{ keys = "W", cmd = ":wall<CR>:qa!<CR>", opts = { desc = "Write all and Force Quit" } },
|
||||
},
|
||||
t = { -- +toggle/test
|
||||
{ keys = "f", cmd = ":NvimTreeToggle", opts = { desc = "Toggle File Explorer" } },
|
||||
{ keys = "F", cmd = ":FormatToggle<CR>", opts = { desc = "Toggle autoformat-on-save" } },
|
||||
},
|
||||
u = { -- +ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue