diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-12 22:50:12 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-12 22:50:12 +0800 |
commit | 473e71165e47f029d1a578856ab936dd6f4bf9ed (patch) | |
tree | 65907f14ca2421a4fa4e00aaacf98cb892602920 /store/home/config/nvim/lua/plugins.lua | |
parent | 198ce110ff67f645b5513ba2d445655f30f6416f (diff) | |
download | crupest-473e71165e47f029d1a578856ab936dd6f4bf9ed.tar.gz crupest-473e71165e47f029d1a578856ab936dd6f4bf9ed.tar.bz2 crupest-473e71165e47f029d1a578856ab936dd6f4bf9ed.zip |
feat(nvim): improve configs a lot.
Diffstat (limited to 'store/home/config/nvim/lua/plugins.lua')
-rw-r--r-- | store/home/config/nvim/lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/store/home/config/nvim/lua/plugins.lua b/store/home/config/nvim/lua/plugins.lua index b689559..abbb13b 100644 --- a/store/home/config/nvim/lua/plugins.lua +++ b/store/home/config/nvim/lua/plugins.lua @@ -2,13 +2,10 @@ return { { "catppuccin/nvim", name = "catppuccin", priority = 1000 }, "neovim/nvim-lspconfig", - "L3MON4D3/LuaSnip", "hrsh7th/nvim-cmp", "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", - "hrsh7th/cmp-cmdline", - "saadparwaiz1/cmp_luasnip", { "nvim-tree/nvim-tree.lua", lazy = false, |