vscodium: use neovim binary from nix store directly
This commit is contained in:
parent
2135dd01f8
commit
72529950c2
|
@ -109,7 +109,7 @@
|
||||||
};
|
};
|
||||||
"editor.renderWhitespace" = "all";
|
"editor.renderWhitespace" = "all";
|
||||||
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
|
"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" = [ ];
|
"sync-rsync.options" = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue