summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-06-04 02:04:54 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-06-04 02:04:54 -0600
commit0b65026302b599ee83b8ba9ccc62c48ccb0a999e (patch)
treecf365813cb32296c4b3959b200693c94362cdf99
parent7697c03eba943b8512e8e24583c0c17f9ef02aa9 (diff)
test commit
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d0c9eab..6409a93 100644
--- a/init.lua
+++ b/init.lua
@@ -20,7 +20,6 @@ vim.opt.rtp:prepend(lazypath)
-- Start plugin manager lazy.nvim, super important
require('lazy').setup('plugins', {})
--- [[ Setting options ]]
-- Set highlight on search
vim.o.hlsearch = false