Skip to content

Commit

Permalink
disable deoplete's parallel completion
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 3, 2019
1 parent 664c121 commit 0640a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/neovim.nix
Expand Up @@ -396,6 +396,7 @@ in {
"" COMPLETION
let g:deoplete#enable_at_startup = 1
let g:deoplete#num_processes = 1
" I don't like accepting completion suggestions with <CR>. I'd rather
" use <Tab>.
Expand Down

0 comments on commit 0640a36

Please sign in to comment.