Add astro lsp

This commit is contained in:
2025-11-28 13:25:25 +01:00
parent 851284aa1b
commit 80c897615f
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ let
basedpyright
black
isort
astro-language-server
];
};

View File

@@ -160,6 +160,8 @@ require("lz.n").load({
},
})
vim.lsp.enable("basedpyright")
vim.lsp.enable("astro")
end,
},
},