Skip to content

Commit

Permalink
local vim config after
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswon committed Feb 19, 2020
1 parent 34a0856 commit 5971688
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ Plug 'leafgarland/typescript-vim', { 'for': [ 'typescript' ] }

call plug#end()

if !empty(glob('~/.config/.vimrc'))
source ~/.config/.vimrc
endif

let g:javascript_plugin_flow = 1

" ALE
Expand Down Expand Up @@ -184,3 +180,8 @@ inoremap <right> <nop>
inoremap <up> <nop>
inoremap <down> <nop>
inoremap <left> <nop>
" load machine specific configuration
if !empty(glob('~/.config/.vimrc'))
source ~/.config/.vimrc
endif

0 comments on commit 5971688

Please sign in to comment.