Closed fdelacruz closed 1 year ago
Also settings like
vim.g.qs_highlight_on_keys = { "f", "F", "t", "T" }
stopped working
I needed to add lazy = false to the QS configuration
What solved this for me was to use init
rather than config
to set the quickscope
settings.
It seems like in order for this plugin to work properly, the global variables need to be set first.
I'm getting this error, but only after migrating to lazy-nvim