feat: extras.lang.vue
This commit is contained in:
parent
9d2c7f0f57
commit
1ca716532e
2 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
universal-ctags
|
||||
vscode-langservers-extracted
|
||||
vtsls
|
||||
vue-language-server
|
||||
];
|
||||
};
|
||||
|
||||
|
|
1
init.lua
1
init.lua
|
@ -69,6 +69,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
|||
{ import = 'lazyvim.plugins.extras.lang.terraform' },
|
||||
{ import = 'lazyvim.plugins.extras.lang.toml' },
|
||||
{ import = 'lazyvim.plugins.extras.lang.typescript' },
|
||||
{ import = 'lazyvim.plugins.extras.lang.vue' },
|
||||
|
||||
-- These need to be after extras to prevent extras from overwriting them.
|
||||
|
||||
|
|
Loading…
Reference in a new issue