feat: add oil.nvim
This commit is contained in:
parent
eebff3862d
commit
f40141a9ee
|
@ -42,6 +42,16 @@ return {
|
||||||
-- cargo crates
|
-- cargo crates
|
||||||
{ 'saecki/crates.nvim', dependencies = 'nvim-lua/plenary.nvim', opts = {} },
|
{ 'saecki/crates.nvim', dependencies = 'nvim-lua/plenary.nvim', opts = {} },
|
||||||
|
|
||||||
|
--
|
||||||
|
{
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
config = function()
|
||||||
|
require('oil').setup()
|
||||||
|
vim.keymap.set('n', '-', require('oil').open, { desc = 'Open parent directory' })
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
-- newage search plugin
|
-- newage search plugin
|
||||||
{
|
{
|
||||||
'ggandor/leap.nvim',
|
'ggandor/leap.nvim',
|
||||||
|
|
Loading…
Reference in New Issue