fix(nvim): properly load hlslens due to breaking change

This commit is contained in:
Price Hiller 2022-10-22 15:38:56 -05:00
parent 9ea9d0dc8b
commit 3265041192

View File

@ -613,6 +613,9 @@ return packer.startup({
"kevinhwang91/nvim-hlslens",
module = "hlslens",
keys = "/",
config = function()
require("hlslens").setup()
end,
})
-- Note Taking