diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-09-03 13:05:45 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-09-03 13:05:45 +0200 |
| commit | 35651b9d0ef722ec5ab63aa96bd03b3eede92d51 (patch) | |
| tree | d41a49821ae083b1506d819299df751db52f302b /.pluggins.vim | |
| parent | 900c97b3fa7592a9cc4b018c2883dbdac0caba09 (diff) | |
| download | dotfiles-35651b9d0ef722ec5ab63aa96bd03b3eede92d51.tar.gz dotfiles-35651b9d0ef722ec5ab63aa96bd03b3eede92d51.tar.bz2 dotfiles-35651b9d0ef722ec5ab63aa96bd03b3eede92d51.zip | |
vim better incsearch with pluggin, zsh extended glob
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
