diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-06-04 02:04:54 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-06-04 02:04:54 -0600 |
commit | 0b65026302b599ee83b8ba9ccc62c48ccb0a999e (patch) | |
tree | cf365813cb32296c4b3959b200693c94362cdf99 | |
parent | 7697c03eba943b8512e8e24583c0c17f9ef02aa9 (diff) |
test commit
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |