Vim: get rid of wordmotion

This commit is contained in:
2020-04-12 00:52:04 +02:00
parent 472fbb7c4e
commit b7b9cc0c46

1
.vimrc
View File

@@ -42,7 +42,6 @@ Plugin 'tpope/vim-commentary' " Toggle C style comments with gc
"Plugin 'KabbAmine/zeavim.vim' " gz to open zeal
Plugin 'mbbill/undotree'
Plugin 'kkoomen/vim-doge'
Plugin 'chaoren/vim-wordmotion'
" }}}
" Files switch, jump and grep-like tools {{{