vscodium: use neovim binary from nix store directly

This commit is contained in:
Trolli Schmittlauch 2024-07-08 16:08:41 +02:00
parent 2135dd01f8
commit 72529950c2

View file

@ -109,7 +109,7 @@
};
"editor.renderWhitespace" = "all";
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
"vim.neovimPath" = "/Users/os/.nix-profile/bin/nvim";
"vim.neovimPath" = lib.getExe pkgs.myVim;
"sync-rsync.options" = [ ];
};
};