Skip to content

Commit

Permalink
Use editorconfig/editorconfig-vim again
Browse files Browse the repository at this point in the history
Lots of updates, including moving to pure vimscript (vimcore)

See also: editorconfig/editorconfig-vim#119
  • Loading branch information
tony committed Feb 23, 2020
1 parent b2290a0 commit 4d3f47a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ endif

Plug 'qpkorr/vim-bufkill'

" NeoBundle 'editorconfig/editorconfig-vim' doesn't support scanning project
" upwards for .editorconfig, use dahus
Plug 'dahu/EditorConfig'
Plug 'editorconfig/editorconfig-vim'

Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Expand Down

0 comments on commit 4d3f47a

Please sign in to comment.