wincent/loupe for more sensible default search behaviour
This commit is contained in:
parent
be91b857f6
commit
359cfe7a8c
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ Plug 'tpope/vim-repeat'
|
||||||
Plug 'tpope/vim-sleuth'
|
Plug 'tpope/vim-sleuth'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'tpope/vim-unimpaired'
|
Plug 'tpope/vim-unimpaired'
|
||||||
|
Plug 'wincent/loupe'
|
||||||
Plug 'wincent/terminus'
|
Plug 'wincent/terminus'
|
||||||
|
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
@ -35,7 +36,6 @@ call plug#end()
|
||||||
colorscheme inkpot
|
colorscheme inkpot
|
||||||
inoremap jj <Esc>
|
inoremap jj <Esc>
|
||||||
|
|
||||||
set hlsearch
|
|
||||||
set linebreak showbreak=↩
|
set linebreak showbreak=↩
|
||||||
set showcmd
|
set showcmd
|
||||||
set wildmode=longest,full
|
set wildmode=longest,full
|
||||||
|
|
Loading…
Reference in a new issue