Dots Updated
* Adds Neovim config
This commit is contained in:
14
nvim/lua/plugins/neotree.lua
Normal file
14
nvim/lua/plugins/neotree.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v1.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim"
|
||||
},
|
||||
config = function()
|
||||
vim.keymap.set('n','<C-n>', ':Neotree toggle<CR>', {})
|
||||
end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user