Skip to content

Commit

Permalink
fix(nvim-hlslens): add lazy event (#409)
Browse files Browse the repository at this point in the history
Add event to hlslens
  • Loading branch information
fynnfluegge authored Jul 11, 2023
1 parent 45ae8f9 commit 3d8e13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/search/nvim-hlslens/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"kevinhwang91/nvim-hlslens",
opts = {},
event = "BufRead",
init = function() vim.on_key(nil, vim.api.nvim_get_namespaces()["auto_hlsearch"]) end,
}

0 comments on commit 3d8e13b

Please sign in to comment.