diff --git a/plugin/10_options.lua b/plugin/10_options.lua index e5ef7a8..b9dcf39 100644 --- a/plugin/10_options.lua +++ b/plugin/10_options.lua @@ -11,7 +11,7 @@ vim.o.linebreak = true -- Wrap lines at 'breakat' (if 'wrap' is set) vim.o.list = true -- Show helpful text indicators vim.o.number = true -- Show line numbers vim.o.pumheight = 10 -- Make popup menu smaller -vim.o.pummaxwidth = 100 -- Make popup menu not too wide +vim.o.pummaxwidth = 60 -- Make popup menu not too wide vim.o.shortmess = 'CFOSWaco' -- Disable some built-in completion messages vim.o.signcolumn = 'yes' -- Always show signcolumn (less flicker) vim.o.splitbelow = true -- Horizontal splits will be below