mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
LSP: Properly actually add astro
This commit is contained in:
parent
41ff1a822b
commit
466d779518
3 changed files with 4 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
defaultServer = "astro";
|
||||
servers = {
|
||||
astro = {
|
||||
package = pkgs.nodePackages.astro-language-server;
|
||||
package = pkgs.astro-language-server;
|
||||
lspConfig = ''
|
||||
lspconfig.astro.setup {
|
||||
capabilities = capabilities;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue