From c3cdc6e002eec05be3bcaa4fb14e5dff06e975da Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 4 Jun 2025 15:25:48 +0800 Subject: config(nvim): new lsp config and use neo-tree. --- store/home/config/nvim/lua/plugins.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'store/home/config/nvim/lua/plugins.lua') 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", -- cgit v1.2.3