feat: extras.lang.vue

This commit is contained in:
punkfairie 2025-03-10 19:41:37 -07:00
parent 9d2c7f0f57
commit 1ca716532e
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 0 deletions

View file

@ -142,6 +142,7 @@
universal-ctags
vscode-langservers-extracted
vtsls
vue-language-server
];
};

View file

@ -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.