feat: extras.lang.yaml
This commit is contained in:
parent
1ca716532e
commit
29eeb59e34
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
1
init.lua
1
init.lua
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue