Add coc-flutter to nvim

This commit is contained in:
Marko Korhonen 2021-01-30 11:23:00 +02:00
parent 4e20c13275
commit 6c5121dd54

View file

@ -18,7 +18,8 @@ let g:coc_global_extensions = [
\ 'coc-rust-analyzer',
\ 'coc-markdownlint',
\ 'coc-snippets',
\ 'coc-java'
\ 'coc-java',
\ 'coc-flutter'
\ ]
call plug#begin()