feat(options): winminwidth

This commit is contained in:
Folke Lemaitre 2023-01-06 23:51:45 +01:00
parent 77672ba3fd
commit 4c2ac6b7bf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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