summaryrefslogtreecommitdiffstats
path: root/common/vim.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-05-15 22:03:04 +0200
committerMinijackson <minijackson@riseup.net>2024-05-15 22:03:04 +0200
commit3add3d06af15c0457075f994e0b4a91289737c74 (patch)
treeaa80cabeeb7475b93edebdf4e8e8f347678b767a /common/vim.nix
parentc962d1398a313b30d734a39cf4fd9e6c3bee9457 (diff)
downloadnixos-config-reborn-3add3d06af15c0457075f994e0b4a91289737c74.tar.gz
nixos-config-reborn-3add3d06af15c0457075f994e0b4a91289737c74.zip
common/vim: switch to nixvim
Diffstat (limited to 'common/vim.nix')
-rw-r--r--common/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 23aa7e9..10a8705 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -177,7 +177,7 @@ in {
177 }; 177 };
178 }; 178 };
179 179
180 environment.systemPackages = [myNeovim]; 180 # environment.systemPackages = [myNeovim];
181 181
182 environment.variables = { 182 environment.variables = {
183 EDITOR = "nvim"; 183 EDITOR = "nvim";