mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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 = ''
|
customRC = ''
|
||||||
source ${./init.vim}
|
source ${./init.vim}
|
||||||
luafile ${./init.lua}
|
luafile ${./init.lua}
|
||||||
|
if filereadable(expand("~/.config/nvim/init.vim"))
|
||||||
|
source ~/.config/nvim/init.vim
|
||||||
|
endif
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue