feat(nvim): add astro and vue to lsp config

This commit is contained in:
Michael Thomas 2024-07-04 10:23:23 -04:00
parent 3420f6aa04
commit 48e223e5f0
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
javascriptreact = [["prettierd" "prettier"]];
typescript = [["prettierd" "prettier"]];
typescriptreact = [["prettierd" "prettier"]];
astro = [["prettierd" "prettier"]];
vue = [["prettierd" "prettier"]];
java = ["google-java-format"];
python = ["black"];
lua = ["stylua"];

View File

@ -55,6 +55,8 @@
};
};
};
astro = {enable = true;};
volar = {enable = true;};
eslint = {enable = true;};
pyright = {enable = true;};
ruff-lsp = {enable = true;};