LSP: Properly actually add astro

This commit is contained in:
damii 2024-12-03 09:42:25 +11:00
commit 466d779518
3 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,8 @@
# testing, but make sure to discard the changes before creating a pull
# request.
packages.dev = let
configuration = {};
configuration = {
};
customNeovim = lib.nvim.neovimConfiguration {
inherit pkgs;