Skip to content

Commit

Permalink
update coc
Browse files Browse the repository at this point in the history
  • Loading branch information
abekoh committed Aug 19, 2023
1 parent 401c4ca commit 9937a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/nvim/coc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ let g:coc_global_extensions = [
\'coc-highlight',
\'coc-prisma',
\'coc-clangd',
\'coc-deno'
\'coc-deno',
\'@yaegassy/coc-astro'
\]
inoremap <silent><expr> <TAB>
\ coc#pum#visible() ? coc#pum#confirm() :
Expand Down

0 comments on commit 9937a09

Please sign in to comment.