Skip to content

Commit

Permalink
feat: volarの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed May 5, 2024
1 parent af9cec7 commit 2e91825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ let g:coc_global_extensions = [
\ 'coc-rust-analyzer',
\ '@yaegassy/coc-volar',
\ '@yaegassy/coc-volar-tools',
\ '@yaegassy/coc-typescript-vue-plugin',
\ ]

" coc mappings
Expand Down
3 changes: 2 additions & 1 deletion config/nvim/settings/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"explorer.file.showHiddenFiles": true,
"semanticTokens.enable": true
"semanticTokens.enable": true,
"tsserver.enable": true
}

0 comments on commit 2e91825

Please sign in to comment.