MAINT: macos catalina (#4)

This commit is contained in:
Matthew Ryan Dillon 2020-01-22 15:21:23 -07:00 committed by GitHub
parent 83cc9a195e
commit 98c89a360d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 28 deletions

2
vimrc
View file

@ -17,8 +17,6 @@ call plug#begin()
Plug 'mustache/vim-mustache-handlebars'
" the silver searcher
Plug 'mileszs/ack.vim'
" ctag generation
Plug 'jsfaint/gen_tags.vim'
" fzf setup
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
call plug#end()