nvim: Add automatic window resizing plugin
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
6a05421110
commit
c42bdf362d
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,8 @@ Plug 'liuchengxu/vim-which-key'
|
||||||
Plug 'farmergreg/vim-lastplace'
|
Plug 'farmergreg/vim-lastplace'
|
||||||
Plug 'voldikss/vim-floaterm'
|
Plug 'voldikss/vim-floaterm'
|
||||||
Plug 'pechorin/any-jump.nvim'
|
Plug 'pechorin/any-jump.nvim'
|
||||||
|
Plug 'camspiers/animate.vim'
|
||||||
|
Plug 'camspiers/lens.vim'
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
@ -687,7 +689,10 @@ let g:floaterm_height = 0.8
|
||||||
let g:floaterm_winblend = 0
|
let g:floaterm_winblend = 0
|
||||||
let g:floaterm_borderchars = ['─', '│', '─', '│', '╭', '╮', '╯', '╰']
|
let g:floaterm_borderchars = ['─', '│', '─', '│', '╭', '╮', '╯', '╰']
|
||||||
|
|
||||||
|
" Any jump
|
||||||
let g:any_jump_disable_default_keybindings = v:true
|
let g:any_jump_disable_default_keybindings = v:true
|
||||||
|
" Lens vim
|
||||||
|
let g:lens#disabled_filetypes = ['nerdtree', 'fzf', 'qf']
|
||||||
|
|
||||||
" ----------------------------- Functions ------------------------------------
|
" ----------------------------- Functions ------------------------------------
|
||||||
function! NvimGdbNoTKeymaps()
|
function! NvimGdbNoTKeymaps()
|
||||||
|
|
Loading…
Reference in a new issue