diff options
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Plug 'plasticboy/vim-markdown' " Markdown highlighting Plug 'nathanaelkane/vim-indent-guides' " Creates indent lines, makes code a bit easier to read Plug '/usr/bin/fzf' " fzf runtime path Plug 'junegunn/fzf.vim' " fzf plugin for quick file searching +Plug 'vim-scripts/camelcasemotion' " Additional word objects Plug 'thornycrackers/vim-options' " Custom options call plug#end() |