neovim: Add tailwindcss language server
This commit is contained in:
parent
fb5861b079
commit
8ab2f7b62c
|
@ -63,6 +63,7 @@ in
|
||||||
python-lsp-black
|
python-lsp-black
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
]))
|
]))
|
||||||
|
nodePackages."@tailwindcss/language-server"
|
||||||
]);
|
]);
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
Vim-Jinja2-Syntax
|
Vim-Jinja2-Syntax
|
||||||
|
|
|
@ -302,6 +302,9 @@ lsp.rust_analyzer.setup {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
lsp.tailwindcss.setup {
|
||||||
|
on_attach = on_attach,
|
||||||
|
}
|
||||||
|
|
||||||
require('trouble').setup {}
|
require('trouble').setup {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue