add . to keep naming convention
This commit is contained in:
parent
2b61929c0e
commit
efcf495fdf
@ -76,3 +76,7 @@ augroup languages
|
||||
autocmd FileType html,javascript,css,json,yaml,sh
|
||||
\ setlocal ts=2 sts=2 sw=2 expandtab
|
||||
augroup END
|
||||
|
||||
if filereadable(expand("~/.local/.vimrc"))
|
||||
source ~/.local/.vimrc
|
||||
endif
|
||||
|
||||
@ -554,8 +554,8 @@ endif
|
||||
"==============
|
||||
"{{{
|
||||
"source local vimrc
|
||||
if filereadable(expand("~/.local/vimrc"))
|
||||
source ~/.local/vimrc
|
||||
if filereadable(expand("~/.local/.vimrc"))
|
||||
source ~/.local/.vimrc
|
||||
endif
|
||||
"}}}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user