diff options
| -rw-r--r-- | flake.nix | 5 | ||||
| -rw-r--r-- | neovim.nix | 2 |
2 files changed, 1 insertions, 6 deletions
@@ -9,11 +9,6 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; - getchoo = { - url = "github:getchoo/nix-exprs"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - pre-commit = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { @@ -59,7 +59,7 @@ _: nvim-treesitter.allGrammars ++ [self'.packages.tree-sitter-just] )) nvim-ts-context-commentstring - inputs'.getchoo.packages.vim-just + vim-just # main config self'.packages.getchvim |
