瀏覽代碼

hlsearch true

christianchiarulli 4 年之前
父節點
當前提交
6d9bd42c0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/default-config.lua

+ 1 - 1
lua/default-config.lua

@@ -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