diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-06 23:12:40 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-06 23:12:40 +0100 |
| commit | f4309c69498ae23959de904d38d23f6f8d667c09 (patch) | |
| tree | 73c58f053d937e5c7d02f3bcfdeb5d109b95592d /.pluggins.vim | |
| parent | fdb9d0baf798c147360a2ca44ea6761abf7f96c3 (diff) | |
| download | dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.tar.gz dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.tar.bz2 dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.zip | |
Few more aliases, autocomplete filetype ignore
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 1c60958..c3951a5 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -6,10 +6,8 @@ call plug#begin() Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar - " bloat?? Plug 'romainl/vim-cool' " disable highlight after search - Plug 'haya14busa/incsearch.vim' " better incsearch Plug 'justinmk/vim-syntax-extra' " better syntax highlight Plug 'sheerun/vim-polyglot' " better syntax highlight call plug#end() |
