Autoload language configuration from ftplugin

This commit is contained in:
Vladan Popovic 2019-08-25 19:16:48 +02:00
parent 6421a095f1
commit ddeb101b0f
5 changed files with 23 additions and 8 deletions

View file

@ -18,11 +18,15 @@ Plugin 'scrooloose/nerdtree'
Plugin 'derekwyatt/vim-scala'
let g:scala_scaladoc_indent = 1
" Elm
Plugin 'elmcast/elm-vim'
" Rust
Plugin 'rust-lang/rust.vim'
Plugin 'racer-rust/vim-racer' " Rust Language Server
" RST
Plugin 'Rykka/riv.vim' " rst formatter and highlighter
" Python
Plugin 'vim-scripts/indentpython.vim'
" Async Lint Engine
Plugin 'w0rp/ale'