diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 23:50:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 23:50:26 +0100 |
| commit | 19afe8a8f6903095255f5955796653690f9ffc88 (patch) | |
| tree | 7d38a85b81615edf84cb77936d7206f0e096dd47 /vimrc | |
| parent | 71cb488302f217503db64f5b098d2939485b3266 (diff) | |
Add local vimrc support
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -244,3 +244,7 @@ Plug 'jremmen/vim-ripgrep' " List ends here. Plugins become visible to Vim after this call. call plug#end() + +if filereadable(expand('~/.vimrc.local')) + exe 'source' '~/.vimrc.local' +endif |