update config to lazy

- add some new plugins
- remove some old ones
- clean up/update some configs
This commit is contained in:
2025-02-16 01:47:35 -08:00
parent f1d8f5f834
commit 9c083c98a3
87 changed files with 2377 additions and 2242 deletions

7
lua/plugins/luasnip.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
"L3MON4D3/LuaSnip",
-- follow latest release.
version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
-- install jsregexp (optional!).
build = "make install_jsregexp",
}