Updating neovim config from kickstart baseline.
This commit is contained in:
15
config/nvim/lua/plugins/neotree.lua
Normal file
15
config/nvim/lua/plugins/neotree.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
version = "*",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- optional, but recommended
|
||||
},
|
||||
lazy = false, -- neo-tree will lazily load itself
|
||||
keys = {
|
||||
{ '<leader>d', ':Neotree toggle<CR>', desc = 'NeoTree toggle', silent = true }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user