From 0b65026302b599ee83b8ba9ccc62c48ccb0a999e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 4 Jun 2023 02:04:54 -0600 Subject: test commit --- init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'init.lua') 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 -- cgit v1.2.3-54-g00ecf