nvim: try the new messageopts setting
This commit is contained in:
parent
789704e91f
commit
f66de79c47
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ vim.opt.guicursor =
|
|||
"n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50,a:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor,sm:block-blinkwait175-blinkoff150-blinkon175"
|
||||
vim.opt.laststatus = 0
|
||||
vim.opt.number = false
|
||||
vim.opt.messagesopt = "wait:1000,history:50"
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.ruler = true
|
||||
vim.opt.syntax = "on"
|
||||
|
|
Loading…
Add table
Reference in a new issue