neovim: Remove tailwind

nazuna
Simon Bruder 2023-03-09 20:03:19 +01:00
parent 0a4250330a
commit 962213cc81
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 0 additions and 4 deletions

View File

@ -63,7 +63,6 @@ in
pyflakes
pylint
]))
nodePackages."@tailwindcss/language-server"
universal-ctags
]);
plugins = with pkgs.vimPlugins; [

View File

@ -301,9 +301,6 @@ lsp.rust_analyzer.setup {
},
},
}
lsp.tailwindcss.setup {
on_attach = on_attach,
}
require('trouble').setup {}