fix(nvim): properly load hlslens due to breaking change
This commit is contained in:
parent
9ea9d0dc8b
commit
3265041192
@ -613,6 +613,9 @@ return packer.startup({
|
|||||||
"kevinhwang91/nvim-hlslens",
|
"kevinhwang91/nvim-hlslens",
|
||||||
module = "hlslens",
|
module = "hlslens",
|
||||||
keys = "/",
|
keys = "/",
|
||||||
|
config = function()
|
||||||
|
require("hlslens").setup()
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Note Taking
|
-- Note Taking
|
||||||
|
Loading…
Reference in New Issue
Block a user