chore(nvim): add oil.nvim

This makes easier to handle with folders and files.
This commit is contained in:
Joao P Dubas 2023-12-21 14:01:44 +00:00
parent 9cee421a21
commit 31d6a78b8e

View File

@ -109,5 +109,13 @@ return {
{ '<leader>mc', '<cmd>ToggleTermSendCurrentLine<cr>', desc = 'Send [c]urrent line under the cursor', noremap = true }
}
end
}
},
{
'stevearc/oil.nvim',
dependencies = { "nvim-tree/nvim-web-devicons" },
keys = {
{ '-', '<cmd>Oil<cr>', desc = "Open parent directory" },
},
opts = {},
},
}