Fix vimrc.simple
This commit is contained in:
parent
d65c7fbdda
commit
3d363c8133
2 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ if !exists("g:my_environ_dir")
|
||||||
let g:my_environ_dir = expand('~/.alex-environ')
|
let g:my_environ_dir = expand('~/.alex-environ')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
exe "source " . g:my_environ_dir . "/home/.vimrc.d/base"
|
exe "source " . g:my_environ_dir . "/home/.vimrc.d/base.vim"
|
||||||
exe "source " . g:my_environ_dir . "/home/.vimrc.d/filetypes"
|
exe "source " . g:my_environ_dir . "/home/.vimrc.d/filetypes.vim"
|
||||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
||||||
Subproject commit 0cbd255efc13b917dcc904495aca0ea80735d275
|
Subproject commit 9524ea509b53a757b60c1a7850da64a3537c43dc
|
Loading…
Reference in a new issue