From 900c97b3fa7592a9cc4b018c2883dbdac0caba09 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 30 Aug 2019 18:50:32 +0200 Subject: changed vim commenter due to weird behavior in c files, github alias, various little change in vimrc --- .pluggins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 518a631..2a36b18 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -32,7 +32,8 @@ call plug#begin() Plug 'connorholyday/vim-snazzy' Plug 'chriskempson/base16-vim' - Plug 'tpope/vim-commentary' " minimalistic commenter + Plug 'tomtom/tcomment_vim' " other min commenter + " Plug 'tpope/vim-commentary' " minimalistic commenter Plug 'tpope/vim-surround' " surround stuff Plug 'tpope/vim-eunuch' " command in vim -- cgit From 35651b9d0ef722ec5ab63aa96bd03b3eede92d51 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 3 Sep 2019 13:05:45 +0200 Subject: vim better incsearch with pluggin, zsh extended glob --- .pluggins.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 2a36b18..6e2f7a2 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -18,6 +18,7 @@ call plug#begin() Plug 'vim-scripts/awk.vim' Plug 'sheerun/vim-polyglot' " better syntax highlighting Plug 'neovimhaskell/haskell-vim' " vim haskell highlighting + Plug 'haya14busa/incsearch.vim' " better incsearch " themes -- cgit