feat: extras.lang.yaml

This commit is contained in:
punkfairie 2025-03-10 19:43:17 -07:00
parent 1ca716532e
commit 29eeb59e34
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 3 additions and 1 deletions

View file

@ -143,6 +143,7 @@
vscode-langservers-extracted
vtsls
vue-language-server
yaml-language-server
];
};
@ -261,7 +262,7 @@
# Helm
vim-helm
# JSON
# JSON & YAML
SchemaStore-nvim
# Markdown

View file

@ -70,6 +70,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.toml' },
{ import = 'lazyvim.plugins.extras.lang.typescript' },
{ import = 'lazyvim.plugins.extras.lang.vue' },
{ import = 'lazyvim.plugins.extras.lang.yaml' },
-- These need to be after extras to prevent extras from overwriting them.