Skip to content

Commit

Permalink
fix(nvim-hlslens): migrate to new on_keys configuration in AstroCore
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 1, 2024
1 parent 82338ff commit 24addf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/search/nvim-hlslens/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"kevinhwang91/nvim-hlslens",
opts = {},
dependencies = { "AstroNvim/astrocore", opts = { on_keys = { auto_hlsearch = false } } },
event = "BufRead",
init = function() vim.on_key(nil, vim.api.nvim_get_namespaces()["auto_hlsearch"]) end,
}

0 comments on commit 24addf3

Please sign in to comment.