mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-09 19:03:36 +02:00
feat: set nvim as default editor
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
# modern vim
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true; # set nvim as default editor
|
||||
extraConfig = ''
|
||||
set number relativenumber
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user