]> git.armaanb.net Git - dotfiles.git/commitdiff
nvim: add vimcompletesme, tabular plugins
authorArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 16:29:57 +0000 (11:29 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 16:29:57 +0000 (11:29 -0500)
.config/nvim/init.vim

index 602038e28ffa58f6544d644943c6e4110e6d9f63..781c84cacaf2947ae66a832c4d7dcfdc342c3739 100644 (file)
@@ -6,11 +6,13 @@ map Q <nop>
 
 " Plugins
 call plug#begin()
 
 " Plugins
 call plug#begin()
+Plug 'ackyshake/vimcompletesme'      " Simple autocompletion
 Plug 'ap/vim-css-color'              " Highlight css colors
 Plug 'ctrlpvim/ctrlp.vim'            " Fuzzy file finding
 Plug 'editorconfig/editorconfig-vim' " Follow editorconfig
 Plug 'ap/vim-css-color'              " Highlight css colors
 Plug 'ctrlpvim/ctrlp.vim'            " Fuzzy file finding
 Plug 'editorconfig/editorconfig-vim' " Follow editorconfig
+Plug 'godlygeek/tabular'             " Line things up
 Plug 'meain/hima-vim'                " Nice color scheme
 Plug 'meain/hima-vim'                " Nice color scheme
-Plug 'sheerun/vim-polyglot'          " Language pack 
+Plug 'sheerun/vim-polyglot'          " Language pack
 Plug 'tpope/vim-commentary'          " Easily comment
 Plug 'tpope/vim-rsi'                 " Readline bindings
 Plug 'tpope/vim-sensible'            " Sensible defaults
 Plug 'tpope/vim-commentary'          " Easily comment
 Plug 'tpope/vim-rsi'                 " Readline bindings
 Plug 'tpope/vim-sensible'            " Sensible defaults