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-crypt # used to store secrets in configuration
|
||||||
git-lfs # not so essential, but required to clone config
|
git-lfs # not so essential, but required to clone config
|
||||||
htop
|
htop
|
||||||
(neovim.override { vimAlias = true; })
|
|
||||||
tmux
|
tmux
|
||||||
|
vim
|
||||||
];
|
];
|
||||||
|
|
||||||
# Clean temporary files on boot
|
# Clean temporary files on boot
|
||||||
|
|
|
@ -34,6 +34,7 @@ in
|
||||||
{
|
{
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
vimAlias = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
" Basic display
|
" Basic display
|
||||||
set number
|
set number
|
||||||
|
|
Loading…
Reference in a new issue