1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

neovim: set editor and aliases correctly

This commit is contained in:
2025-12-27 08:04:08 +01:00
parent 1a8295a5a5
commit 6c7645a9c8
2 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,8 @@
...
}: (neovim.override {
configure = {
vimAliases = true;
vimAlias = true;
viAlias = true;
customRC = ''
source ${./shared.vim}
source ${./init.vim}