[vim] removed coc-flutter
This commit is contained in:
@@ -176,9 +176,9 @@ let g:ansible_yamlKeyName = 'yamlKey'
|
|||||||
"
|
"
|
||||||
" CoC plugin settings
|
" CoC plugin settings
|
||||||
"
|
"
|
||||||
let g:coc_global_extensions = ['coc-pyright', 'coc-flutter', 'coc-sh']
|
let g:coc_global_extensions = ['coc-pyright', 'coc-sh']
|
||||||
function! s:enable_coc_for_type()
|
function! s:enable_coc_for_type()
|
||||||
let l:filesuffix_whitelist = ['py', 'dart', 'sh']
|
let l:filesuffix_whitelist = ['py', 'sh']
|
||||||
if index(l:filesuffix_whitelist, expand('%:e')) == -1
|
if index(l:filesuffix_whitelist, expand('%:e')) == -1
|
||||||
let b:coc_enabled = 0
|
let b:coc_enabled = 0
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user