[nvim] Set up PHP extensions for coc

This commit is contained in:
Alyxia Sother 2022-02-10 14:00:32 +01:00
parent 0ea3a94d1c
commit 8a6b32a6b1
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
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})