Skip to content

Commit

Permalink
coc: php and openapi ls
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Nov 22, 2024
1 parent 3ebeb5d commit 324351d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ let g:rooter_patterns = [
" Coc
let g:coc_global_extensions = [
\ '@yaegassy/coc-tailwindcss3',
\ '@yaegassy/coc-laravel',
\ 'coc-blade',
\ 'coc-cspell-dicts',
\ 'coc-deno',
\ 'coc-diagnostic',
Expand All @@ -242,6 +244,7 @@ let g:coc_global_extensions = [
\ 'coc-spell-checker',
\ 'coc-tsserver',
\ 'coc-yaml',
\ 'coc-redocly'
\ ]

nmap <F5> :CocRebuild<CR>
Expand Down
5 changes: 5 additions & 0 deletions vimrc.local.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ Plug 'LnL7/vim-nix', { 'for' : 'nix' }

" TypeScript Syntax Highlighting
Plug 'HerringtonDarkholme/yats.vim', { 'for' : 'typescript' }

" PHP / Laravel
Plug 'yaegassy/coc-laravel', {'do': 'yarn install --frozen-lockfile'}
Plug 'yaegassy/coc-blade', {'do': 'yarn install --frozen-lockfile'}
Plug 'jwalton512/vim-blade', { 'for' : 'blade' }

0 comments on commit 324351d

Please sign in to comment.