Skip to content

Commit

Permalink
do not override pmenu highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-w-ko committed Oct 13, 2021
1 parent 1608432 commit 30a05fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/geckocomplete.vim
Expand Up @@ -9,7 +9,7 @@ augroup geckocomplete
autocmd TextChangedI * call geckocomplete#completion_timer_start(1)
" autocmd TextChangedP * call geckocomplete#completion_timer_start(1)

autocmd BufEnter * call geckocomplete#setup_pmenu_highlight()
" autocmd BufEnter * call geckocomplete#setup_pmenu_highlight()
autocmd BufDelete * call geckocomplete#delete_current_buffer()

autocmd InsertLeave * call geckocomplete#unpause_completion()
Expand Down

0 comments on commit 30a05fb

Please sign in to comment.