install kotlin and enable linting

This commit is contained in:
Morgan Wattiez
2019-11-09 13:46:10 +01:00
parent 4e3233c52e
commit 0c0fec936f
3 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,8 @@ Plugin 'scrooloose/syntastic'
Plugin 'dbeniamine/cheat.sh-vim'
" basic vim/terraform integration
Plugin 'hashivim/vim-terraform'
" A solid language pack for Vim. support for kotlin, terraform, groovy, ...
Plugin 'sheerun/vim-polyglot'
" All of your Plugins must be added before the following line
call vundle#end()
filetype plugin indent on " required