oil.nvim
This commit is contained in:
parent
ccac222e13
commit
483730b617
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,14 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
dependencies = {
|
||||||
|
"nvim-tree/nvim-web-devicons"
|
||||||
|
}, -- use if you prefer nvim-web-devicons
|
||||||
|
opts = {},
|
||||||
|
lazy = false,
|
||||||
|
},
|
||||||
{ -- a fast motion inside a visible area
|
{ -- a fast motion inside a visible area
|
||||||
"https://github.com/ggandor/leap.nvim",
|
"https://github.com/ggandor/leap.nvim",
|
||||||
event = "BufReadPre",
|
event = "BufReadPre",
|
||||||
|
|
Loading…
Reference in a new issue