chore(nvim): add oil.nvim
This makes easier to handle with folders and files.
This commit is contained in:
parent
9cee421a21
commit
31d6a78b8e
@ -109,5 +109,13 @@ return {
|
|||||||
{ '<leader>mc', '<cmd>ToggleTermSendCurrentLine<cr>', desc = 'Send [c]urrent line under the cursor', noremap = true }
|
{ '<leader>mc', '<cmd>ToggleTermSendCurrentLine<cr>', desc = 'Send [c]urrent line under the cursor', noremap = true }
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
|
keys = {
|
||||||
|
{ '-', '<cmd>Oil<cr>', desc = "Open parent directory" },
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user