mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
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:
parent
45e7d727a0
commit
92851019c8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user