neovim: Drop vue

I haven't used Vue in years and have much more expertise in vanilla
JavaScript/TypeScript with React and JSX/TSX, so there's really no
reason for me to keep it here.
This commit is contained in:
Donovan Glover 2024-08-09 13:32:06 -04:00
parent 45e7d727a0
commit 92851019c8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,7 +38,6 @@
defaultEditor = true;
extraPackages = with pkgs; [
nodePackages.vls
nodePackages.typescript-language-server
nodePackages."@astrojs/language-server"
nodePackages."@prisma/language-server"
@ -259,7 +258,6 @@
'texlab',
'prismals',
'jsonls',
'vuels',
'emmet_language_server',
'astro',
'cssls',
@ -455,7 +453,6 @@
and lang ~= "css"
and lang ~= "glsl"
and lang ~= "nix"
and lang ~= "vue"
and lang ~= "pug"
and lang ~= "prisma"
end,