Added oil.nvim to naviagate file manager as buffer
Signed-off-by: Afonso Franco <me@afonsofrancof.com>
This commit is contained in:
parent
3a1715c393
commit
0e2a329f9c
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue