Update EDITOR again
This time use nixvim instead of neovim Reference the `build.package` output for the final version with configs and settings and all of that jazz Set nixvim as my default editor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
colorschemes.gruvbox.enable = true;
|
||||
defaultEditor = true;
|
||||
globals = {
|
||||
indent_guides_enable_on_vim_startup = 1;
|
||||
nix_recommended_style = 0;
|
||||
|
||||
Reference in New Issue
Block a user