summaryrefslogtreecommitdiff
path: root/hm/editors
diff options
context:
space:
mode:
Diffstat (limited to 'hm/editors')
-rw-r--r--hm/editors/nixvim/nixvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/editors/nixvim/nixvim.nix b/hm/editors/nixvim/nixvim.nix
index ea6398b..6d4583b 100644
--- a/hm/editors/nixvim/nixvim.nix
+++ b/hm/editors/nixvim/nixvim.nix
@@ -17,7 +17,7 @@ in
programs.nixvim = {
diagnostics.virtual_text = false;
enable = true;
- package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
+ # package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
viAlias = true;
vimAlias = true;