fix: cleanup nvim config and add lua-lsp to flake devshell

This commit is contained in:
2025-02-02 22:15:10 +05:00
parent db29a9b11a
commit f098da3229
3 changed files with 1 additions and 57 deletions

View File

@@ -85,6 +85,7 @@
devShell.x86_64-linux = pkgs.mkShell {
buildInputs = with pkgs; [
nil
lua-language-server
];
};
};