user/neovim: add astro and tailwind

This commit is contained in:
Cilly Leang 2025-08-17 23:06:33 +10:00
parent 1cfcd112e8
commit 633d781a25
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 1 deletions

View file

@ -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