feat: extras.lang.json

This commit is contained in:
punkfairie 2025-03-09 19:38:21 -07:00
parent 387786bc07
commit 7934bca6db
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 5 additions and 0 deletions

View file

@ -122,6 +122,7 @@
gotools
gofumpt
helm-ls
vscode-langservers-extracted
];
};
@ -240,6 +241,9 @@
# Helm
vim-helm
# JSON
SchemaStore-nvim
# Custom
rose-pine
diffview-nvim

View file

@ -57,6 +57,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.git' },
{ import = 'lazyvim.plugins.extras.lang.go' },
{ import = 'lazyvim.plugins.extras.lang.helm' },
{ import = 'lazyvim.plugins.extras.lang.json' },
{ import = 'lazyvim.plugins.extras.lang.nix' },
-- These need to be after extras to prevent extras from overwriting them.