mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Set up PHP extensions for coc
This commit is contained in:
parent
0ea3a94d1c
commit
8a6b32a6b1
1 changed files with 2 additions and 0 deletions
2
nvim/coc-languages/php.vim
Normal file
2
nvim/coc-languages/php.vim
Normal 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})
|
Loading…
Reference in a new issue