modules/spellfiles: init

This commit is contained in:
Gaetan Lepage 2025-04-03 16:01:05 +02:00
parent a3245848da
commit 420470dfde
7 changed files with 1015 additions and 0 deletions

View file

@ -27,4 +27,5 @@ lib.fix (self: {
none-ls-builtins = pkgs.callPackage ./none-ls.nix { };
rust-analyzer-options = pkgs.callPackage ./rust-analyzer { };
lspconfig-servers = pkgs.callPackage ./nvim-lspconfig { };
fetch-spellfiles = pkgs.callPackage ./fetch-spellfiles.nix { };
})