aboutsummaryrefslogtreecommitdiff
path: root/nixos/nvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/nvim.nix')
-rw-r--r--nixos/nvim.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/nvim.nix b/nixos/nvim.nix
index cd3f89a..28c2dc6 100644
--- a/nixos/nvim.nix
+++ b/nixos/nvim.nix
@@ -6,7 +6,6 @@
zip
unzip
- direnv
xsel
ripgrep
tree-sitter
@@ -14,12 +13,4 @@
luajitPackages.magick
imagemagick
];
-
- # programs.ranger = {
- # enable = true;
- # extraConfig = ''
- # set preview_images true
- # set preview_images_method sixel
- # '';
- # };
}