nvim: Remove auto resize plugins
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
cccce84de4
commit
c775c0b4e8
1 changed files with 0 additions and 5 deletions
|
@ -107,9 +107,6 @@ Plug 'psliwka/vim-smoothie'
|
|||
" Auto correction
|
||||
Plug 'sedm0784/vim-you-autocorrect', { 'for': [ 'text', 'markdown' ] }
|
||||
Plug 'rhysd/vim-grammarous', { 'for': [ 'text', 'markdown' ] }
|
||||
" Auto resize
|
||||
Plug 'camspiers/animate.vim'
|
||||
Plug 'camspiers/lens.vim'
|
||||
" Miscellaneous
|
||||
Plug 'junegunn/vim-slash'
|
||||
Plug 'andymass/vim-matchup'
|
||||
|
@ -716,8 +713,6 @@ let g:floaterm_borderchars = ['─', '│', '─', '│', '╭', '╮', '╯',
|
|||
" Any jump
|
||||
let g:any_jump_disable_default_keybindings = 1
|
||||
let g:any_jump_search_prefered_engine = 'ag'
|
||||
" Lens vim
|
||||
let g:lens#disabled_buftypes = ['nerdtree', 'fzf', 'qf']
|
||||
|
||||
" Vim grepper
|
||||
let g:grepper = {}
|
||||
|
|
Loading…
Reference in a new issue