fix(nvf): setup nvim as default Editor
This commit is contained in:
parent
622b131fce
commit
9a9deb7c58
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment.variables.EDITOR = "nvim";
|
||||
programs.nvf = {
|
||||
defaultEditor = true;
|
||||
enable = true;
|
||||
settings = {
|
||||
vim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue