Skip to content

Commit

Permalink
feat(options): winminwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 6, 2023
1 parent 77672ba commit 4c2ac6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/config/options.lua
Expand Up @@ -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
Expand Down

0 comments on commit 4c2ac6b

Please sign in to comment.