trigger initellisense automatically
This commit is contained in:
parent
abc07b0635
commit
e692ffada6
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"suggest.triggerAfterInsertEnter": false,
|
"suggest.triggerAfterInsertEnter": false,
|
||||||
"suggest.autoTrigger": "none",
|
"suggest.autoTrigger": "always",
|
||||||
"suggest.noselect": true,
|
"suggest.noselect": true,
|
||||||
"suggest.snippetIndicator": "►",
|
"suggest.snippetIndicator": "►",
|
||||||
"suggest.timeout": 1000,
|
"suggest.timeout": 1000,
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
let g:coc_snippet_next = '<tab>'
|
let g:coc_snippet_next = '<tab>'
|
||||||
let g:coc_snippet_prev = '<s-tab>'
|
let g:coc_snippet_prev = '<s-tab>'
|
||||||
|
|
||||||
inoremap <silent><expr> <c-n> coc#refresh()
|
" inoremap <silent><expr> <c-n> coc#refresh()
|
||||||
nnoremap <silent> <silent> gH :call CocAction('doHover')<CR>
|
nnoremap <silent> <silent> gH :call CocAction('doHover')<CR>
|
||||||
nnoremap <silent> <space>cf :call CocAction('doQuickfix')<CR>
|
nnoremap <silent> <space>cf :call CocAction('doQuickfix')<CR>
|
||||||
nnoremap <silent> <space>cd :call CocAction('jumpDefinition')<CR>
|
nnoremap <silent> <space>cd :call CocAction('jumpDefinition')<CR>
|
||||||
|
|
Loading…
Reference in New Issue