Skip to content

Commit

Permalink
🌟feature(nvim): may faster with least updatetime
Browse files Browse the repository at this point in the history
  • Loading branch information
cutbypham committed Oct 25, 2021
1 parent 4f41e87 commit 84e6d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
set hidden
set shortmess+=c
set signcolumn=yes
set updatetime=100
set updatetime=10
let g:coc_global_extensions = [
\ "coc-snippets",
\ "coc-prettier",
Expand Down

0 comments on commit 84e6d2a

Please sign in to comment.