feat(options): winminwidth
This commit is contained in:
1 file changed
+1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user