1
0
Fork 0

nvim: Remove search count from cmdline

This commit is contained in:
Daniel Kempkens 2022-08-16 00:35:09 +02:00
parent 6c83430706
commit 72cc53c18d

View file

@ -49,7 +49,6 @@
(set o.updatetime 2000)
(set g.cursorhold_updatetime 100) ; https://github.com/antoinemadec/FixCursorHold.nvim
(o.shortmess:append :c)
(o.shortmess:remove :S)
(set o.termguicolors true)
(set o.mouse :a)
(set o.mousemodel :popup_setpos)