making my nvim config modular

This commit is contained in:
judokasarin 2024-03-09 14:30:36 +05:30
parent d93d8dd49f
commit 28d630d239
13 changed files with 655 additions and 680 deletions

View file

@ -0,0 +1,10 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
}
}