mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
2 lines
158 B
VimL
2 lines
158 B
VimL
call extend(g:dotfiles_coc_extensions, {'coc-phpls': 1, 'coc-blade': 1, 'coc-tighten-lint': 1})
|
|
call extend(g:dotfiles_coc_filetypes, {'php': 1, 'blade': 1})
|