Skip to content

Commit

Permalink
Merge pull request #87 from NickTomlin/remove-completor
Browse files Browse the repository at this point in the history
Remove completor from core vim config
  • Loading branch information
NickTomlin committed Nov 21, 2017
2 parents 0763e18 + 71fe7b2 commit c22af48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions vimrc
Expand Up @@ -186,8 +186,6 @@ let g:vim_markdown_folding_disabled = 1
let g:go_fmt_command = "goimports"
let g:go_highlight_trailing_whitespace_error = 0

let g:completor_auto_trigger = 0

" ========= Shortcuts ========

" NERDTree
Expand Down
1 change: 0 additions & 1 deletion vimrc.bundles
Expand Up @@ -74,7 +74,6 @@ Plug 'voxpupuli/vim-puppet', { 'commit': 'e88c19bf10763b30f86b7417677f59a9c9487f

if v:version >= 800 || has('nvim')
Plug 'w0rp/ale'
Plug 'maralla/completor.vim'
endif
if filereadable(expand("~/.vimrc.bundles.local"))
source ~/.vimrc.bundles.local
Expand Down

0 comments on commit c22af48

Please sign in to comment.