Skip to content

Commit

Permalink
disable coc varning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Mar 22, 2024
1 parent 1a7141e commit fc70445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/common/tool-coc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,5 @@ vmap <silent><nowait> <space>om :<C-u>CocAction<CR>
nnoremap <silent><nowait> <space>of :Format<cr>
nnoremap <silent><nowait> <space>oz :Fold<cr>
let g:coc_disable_transparent_cursor = 1
let g:coc_disable_transparent_cursor = 1
let g:coc_disable_startup_warning = 1

0 comments on commit fc70445

Please sign in to comment.