[vim] removed coc-flutter

This commit is contained in:
Dmitry Chumak
2024-07-05 12:20:52 +03:00
parent b36d591496
commit a72751e4f0

View File

@@ -176,9 +176,9 @@ let g:ansible_yamlKeyName = 'yamlKey'
"
" 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()
let l:filesuffix_whitelist = ['py', 'dart', 'sh']
let l:filesuffix_whitelist = ['py', 'sh']
if index(l:filesuffix_whitelist, expand('%:e')) == -1
let b:coc_enabled = 0
endif