mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-18 01:34:55 +02:00
hlsearch true
This commit is contained in:
parent
7252ba7a31
commit
6d9bd42c0f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ O = {
|
|||
fileencoding = "utf-8", -- the encoding written to a file
|
||||
guifont = "monospace:h17", -- the font used in graphical neovim applications
|
||||
hidden = true, -- required to keep multiple buffers and open multiple buffers
|
||||
hlsearch = false, -- highlight all matches on previous search pattern
|
||||
hlsearch = true, -- highlight all matches on previous search pattern
|
||||
ignorecase = true, -- ignore case in search patterns
|
||||
mouse = "a", -- allow the mouse to be used in neovim
|
||||
pumheight = 10, -- pop up menu height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue