Browse Source

Vim version checking for vim-polyglot.

master
Ruel Tmeizeh 3 years ago
parent
commit
5775c89d21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .vimrc

+ 1
- 1
.vimrc View File

@ -86,11 +86,11 @@ Plugin 'elixir-editors/vim-elixir'
Plugin 'slashmili/alchemist.vim'
Plugin 'prabirshrestha/vim-lsp'
Plugin 'Yggdroot/indentLine'
Plugin 'sheerun/vim-polyglot'
Plugin 'mhinz/vim-mix-format'
if version >= 801
Plugin 'fatih/vim-go'
Plugin 'sheerun/vim-polyglot'
endif


Loading…
Cancel
Save