mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -05:00
Set the minimum width and height to 1x1
This commit is contained in:
parent
6dd1b9426b
commit
46e437271a
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@
|
||||||
|
|
||||||
"USER INTERFACE: {{{
|
"USER INTERFACE: {{{
|
||||||
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
|
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
|
||||||
set winheight=5 winminheight=5 "set the minimum window height to 10 lines
|
set winheight=1 winminheight=1 "set the minimum window height to 1 lines
|
||||||
set winwidth=5 winminwidth=5 "set the minimum window width to 10 columns
|
set winwidth=1 winminwidth=1 "set the minimum window width to 1 columns
|
||||||
set noshowmode "don't display mode information handled by lightline
|
set noshowmode "don't display mode information handled by lightline
|
||||||
set lazyredraw "don't redraw the screen while macros are executing
|
set lazyredraw "don't redraw the screen while macros are executing
|
||||||
set noequalalways "don't force splits to be equal in size when closing or opening one
|
set noequalalways "don't force splits to be equal in size when closing or opening one
|
||||||
|
|
Loading…
Reference in a new issue