Added oil.nvim to naviagate file manager as buffer

Signed-off-by: Afonso Franco <me@afonsofrancof.com>
This commit is contained in:
Afonso Franco 2023-05-20 02:40:14 +01:00
parent 3a1715c393
commit 0e2a329f9c

View file

@ -70,6 +70,12 @@ lazy.setup({
end end
}, },
{'stevearc/oil.nvim',
config = function()
require("oil").setup()
end
},
-------------------------------------------------------LSP---------------------------------------------- -------------------------------------------------------LSP----------------------------------------------
{ {
'hrsh7th/nvim-cmp', 'hrsh7th/nvim-cmp',