Add coc-flutter to nvim
This commit is contained in:
parent
c03e48d67a
commit
fd919de060
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ let g:coc_global_extensions = [
|
||||||
\ 'coc-rust-analyzer',
|
\ 'coc-rust-analyzer',
|
||||||
\ 'coc-markdownlint',
|
\ 'coc-markdownlint',
|
||||||
\ 'coc-snippets',
|
\ 'coc-snippets',
|
||||||
\ 'coc-java'
|
\ 'coc-java',
|
||||||
|
\ 'coc-flutter'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
Loading…
Reference in a new issue