mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
feat: neovim
This commit is contained in:
@@ -75,20 +75,6 @@
|
||||
];
|
||||
|
||||
programs = {
|
||||
# modern vim
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = false;
|
||||
vimAlias = true;
|
||||
|
||||
# enable line number, disable mouse visual mode
|
||||
extraConfig = ''
|
||||
set number relativenumber mouse-=a
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user