aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:52:52 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:52:52 +0100
commitc50534020bbdbbd059d18be9b2488b85a1419ece (patch)
treefc5228f847f6be8cbbc3086e77b666391a172585 /home/.config
parent110e99128849b22114025d1b78ce4de07b514f0b (diff)
downloaddotfiles-c50534020bbdbbd059d18be9b2488b85a1419ece.tar.gz
dotfiles-c50534020bbdbbd059d18be9b2488b85a1419ece.tar.bz2
dotfiles-c50534020bbdbbd059d18be9b2488b85a1419ece.zip
feat(nvim): enable messagesopt configuration
Set wait:5000 and history:500 for message display behavior.
Diffstat (limited to 'home/.config')
-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 })