aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/cfg/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/lua/cfg/options.lua')
-rw-r--r--home/.config/nvim/lua/cfg/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/cfg/options.lua b/home/.config/nvim/lua/cfg/options.lua
index ea8b722..99c2703 100644
--- a/home/.config/nvim/lua/cfg/options.lua
+++ b/home/.config/nvim/lua/cfg/options.lua
@@ -31,7 +31,7 @@ opt.colorcolumn = "+1"
vim.opt.formatoptions:remove("t")
opt.cmdheight = 2
--- vim.o.messagesopt = "wait:5000,history:500"
+opt.messagesopt = "wait:5000,history:500"
vim.opt.shortmess:append({ a = true })