|
I'd like to be able to toggle the I see the |
Replies: 1 comment
|
Think I figured this out. I added a global, So that got my variable toggling. Then I added the following the my Tested and working as desired. If you know a cleaner way, would like to see it. |
Think I figured this out.
I added a global,
vim.g.blink_lspEnable = false, to myinit.luaand the following keymap in the appropriate file:So that got my variable toggling. Then I added the following the my
optsinblink.lua:Tested and working as desired.
If you know a cleaner way, would like to see it.