mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
vim: add local config overrides
This commit is contained in:
parent
a26c7c7623
commit
01e42f7547
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
customRC = ''
|
||||
source ${./init.vim}
|
||||
luafile ${./init.lua}
|
||||
if filereadable(expand("~/.config/nvim/init.vim"))
|
||||
source ~/.config/nvim/init.vim
|
||||
endif
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue