comment out neovim defaultEditor
This commit is contained in:
parent
6500c6ce96
commit
c3b6ce61db
@ -10,7 +10,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
# defaultEditor = true;
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
|
||||||
@ -47,6 +47,7 @@
|
|||||||
set number " Set numbers
|
set number " Set numbers
|
||||||
nmap <F6> :NERDTreeToggle<CR> " F6 opens NERDTree
|
nmap <F6> :NERDTreeToggle<CR> " F6 opens NERDTree
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user