linters/formatters

This commit is contained in:
iofq 2025-03-14 12:47:25 -05:00
parent dab37cf7a5
commit 5043280c65
6 changed files with 80 additions and 23 deletions

View file

@ -31,9 +31,9 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
neovim-overlay
inputs.neovim-nightly-overlay.overlays.default
gen-luarc.overlays.default
neovim-overlay
];
};
shell = pkgs.mkShell {