dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5bfd3d30073ec2e0caa2b4ea567c731bb7c302ff
parent 283f291754a22ed891ed4dbcdc45f82c54343e52
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 16 Sep 2019 20:54:54 -0400

vim: plugins

Former-commit-id: 2b2495f1ced70d0f1dcd8e85a4b7d7723dd4bc44
Diffstat:
Mvim/vimrc | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -19,9 +19,6 @@ Plug 'tpope/vim-commentary' " Emmet but simpler Plug 'rstacruz/sparkup' -" Sleuth - set tab options based on current file -Plug 'tpope/vim-sleuth' - " Endwise - smart do-end, if-fi, if-end, case-esac, etc. Plug 'tpope/vim-endwise' @@ -106,6 +103,12 @@ Plug 'arp242/jumpy.vim' " Substitute preview Plug 'markonm/traces.vim' + +" Omnifuncs +Plug 'myhere/vim-nodejs-complete' +Plug 'othree/html5.vim' +Plug 'vim-scripts/OmniCppComplete' +Plug 'vim-scripts/pythoncomplete' call plug#end() " }}} " Config {{{