nvim: Add automatic window resizing plugin

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-29 09:54:41 +05:30
parent 6a05421110
commit c42bdf362d

View file

@ -98,6 +98,8 @@ Plug 'liuchengxu/vim-which-key'
Plug 'farmergreg/vim-lastplace'
Plug 'voldikss/vim-floaterm'
Plug 'pechorin/any-jump.nvim'
Plug 'camspiers/animate.vim'
Plug 'camspiers/lens.vim'
" Initialize plugin system
call plug#end()
@ -687,7 +689,10 @@ let g:floaterm_height = 0.8
let g:floaterm_winblend = 0
let g:floaterm_borderchars = ['─', '│', '─', '│', '╭', '╮', '╯', '╰']
" Any jump
let g:any_jump_disable_default_keybindings = v:true
" Lens vim
let g:lens#disabled_filetypes = ['nerdtree', 'fzf', 'qf']
" ----------------------------- Functions ------------------------------------
function! NvimGdbNoTKeymaps()