mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 17:15:10 +02:00
feat(options): winminwidth
This commit is contained in:
parent
77672ba3fd
commit
4c2ac6b7bf
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ vim.opt.undofile = true
|
|||
vim.opt.undolevels = 10000
|
||||
vim.opt.updatetime = 200 -- save swap file and trigger CursorHold
|
||||
vim.opt.wildmode = "longest:full,full" -- Command-line completion mode
|
||||
vim.go.winminwidth = 5 -- minimum window width
|
||||
vim.opt.wrap = false -- Disable line wrap
|
||||
|
||||
if vim.fn.has("nvim-0.9.0") == 1 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue