Use vim for system and nvim for user
This commit is contained in:
parent
bb95194619
commit
babdaef1f3
|
@ -7,8 +7,8 @@
|
|||
git-crypt # used to store secrets in configuration
|
||||
git-lfs # not so essential, but required to clone config
|
||||
htop
|
||||
(neovim.override { vimAlias = true; })
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
|
||||
# Clean temporary files on boot
|
||||
|
|
|
@ -34,6 +34,7 @@ in
|
|||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
extraConfig = ''
|
||||
" Basic display
|
||||
set number
|
||||
|
|
Loading…
Reference in a new issue