Skip to content

Commit

Permalink
vim: switch to better completion
Browse files Browse the repository at this point in the history
YouCompleteMe is much more efficient that supertab. Make the switch!

Signed-off-by: Liam Beguin <[email protected]>
  • Loading branch information
liambeguin committed Dec 13, 2019
1 parent ac5db1c commit d749972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
- ack
- the_silver_searcher
- tig
- clang-tools-extra
2 changes: 1 addition & 1 deletion vim/plugin/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Plugin 'vim-scripts/tComment' " Powerful comment shortcuts
Plugin 'vim-scripts/visincr'

Plugin 'vim-scripts/SearchComplete' " Autocomplete while searching
Plugin 'ervandew/supertab' " Autocomplete when using tab
Plugin 'ycm-core/YouCompleteMe'

Plugin 'xuhdev/vim-latex-live-preview' " Make it easier to write latex
Plugin 'christoomey/vim-tmux-navigator' " Navigate using ctrl+[hjkl]
Expand Down

0 comments on commit d749972

Please sign in to comment.