Changed name of project vimrc to .vimrc.project
This commit is contained in:
@@ -66,4 +66,8 @@ Then, if you would like to restore your previous configuration, run the restore
|
||||
|
||||
## ZSH Plugins
|
||||
|
||||
By default, the *.zshrc* file will source any file within .dotfiles that has the *".zsh"* suffix.
|
||||
By default, the *.zshrc* file will source any file within .dotfiles that has the *".zsh"* suffix.
|
||||
|
||||
## Vim Per Machine and Per Project Configuration
|
||||
|
||||
The vimrc in this project will check for the existence of a `~/.vimrc.local`, as well as a `./.vimrc.project` allowing per-machine and per-project vim configurations.
|
||||
@@ -336,6 +336,6 @@ endif
|
||||
" => Local, Per Project vimrc
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
if filereadable(".vimrc.local")
|
||||
if filereadable(".vimrc.project")
|
||||
source ./.vimrc.local
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user