aboutsummaryrefslogtreecommitdiff
path: root/store/home/config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-04 15:25:48 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-04 18:38:00 +0800
commit30d3f94f11996259ca968e5f732f03e0d10e5233 (patch)
tree51b80f1198b02523a9e75c7f13a079c187399b80 /store/home/config/nvim/lua/plugins.lua
parent7b697cf28c954456f697160db3eeffa5bf699297 (diff)
downloadcrupest-30d3f94f11996259ca968e5f732f03e0d10e5233.tar.gz
crupest-30d3f94f11996259ca968e5f732f03e0d10e5233.tar.bz2
crupest-30d3f94f11996259ca968e5f732f03e0d10e5233.zip
config(nvim): new lsp config and use neo-tree.
Diffstat (limited to 'store/home/config/nvim/lua/plugins.lua')
-rw-r--r--store/home/config/nvim/lua/plugins.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/store/home/config/nvim/lua/plugins.lua b/store/home/config/nvim/lua/plugins.lua
index 841f659..480ea8f 100644
--- a/store/home/config/nvim/lua/plugins.lua
+++ b/store/home/config/nvim/lua/plugins.lua
@@ -11,11 +11,15 @@ return {
build = ":TSUpdate"
},
{
- "nvim-tree/nvim-tree.lua",
- lazy = false,
+ "nvim-neo-tree/neo-tree.nvim",
+ branch = "v3.x",
dependencies = {
- "nvim-tree/nvim-web-devicons",
+ "nvim-lua/plenary.nvim",
+ "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
+ "MunifTanjim/nui.nvim",
+ -- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
},
+ lazy = false, -- neo-tree will lazily load itself
},
{
"nvim-lualine/lualine.nvim",