install dadbod and neotree

This commit is contained in:
2025-09-01 10:23:03 +03:00
parent 0ba639e806
commit 4aa3e696b8
5 changed files with 63 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
return {
{
'nvim-neo-tree/neo-tree.nvim',
branch = 'v3.x',
dependencies = {
'nvim-lua/plenary.nvim',
'MunifTanjim/nui.nvim',
'nvim-tree/nvim-web-devicons', -- optional, but recommended
},
lazy = false, -- neo-tree will lazily load itself
---@module 'neo-tree'
---@type neotree.Config
opts = {
filesystem = {
hijack_netrw_behavior = 'disabled',
},
window = {
position = 'current',
}
},
}
}