user/neovim: add astro and tailwind
This commit is contained in:
parent
1cfcd112e8
commit
633d781a25
2 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ in {
|
|||
|
||||
extraPackages = with pkgs; [
|
||||
rust-analyzer
|
||||
nodePackages."@astrojs/language-server"
|
||||
nodePackages."@tailwindcss/language-server"
|
||||
nodePackages.diagnostic-languageserver
|
||||
nodePackages.eslint_d
|
||||
nodePackages.typescript-language-server
|
||||
|
|
@ -52,6 +54,7 @@ in {
|
|||
|
||||
#(pkgs.me.nvim-treesitter-nightly.withPlugins (p: with p; [
|
||||
(nvim-treesitter.withPlugins (p: with p; [
|
||||
tree-sitter-astro
|
||||
tree-sitter-bash
|
||||
tree-sitter-c
|
||||
tree-sitter-c-sharp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue