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",
|
||||
module = "hlslens",
|
||||
keys = "/",
|
||||
config = function()
|
||||
require("hlslens").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
-- Note Taking
|
||||
|
Loading…
Reference in New Issue
Block a user