cleanup default vim config
This commit is contained in:
parent
f092366d0a
commit
42a2fc75ec
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
if filereadable($HOME . "/.vimrc")
|
if filereadable($HOME . "/.vimrc")
|
||||||
source ~/.vimrc
|
source $HOME/.vimrc
|
||||||
endif
|
endif
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue