-
I'd like to be able to toggle the I see the |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Think I figured this out.
I added a global,
vim.g.blink_lspEnable = false
, to myinit.lua
and the following keymap in the appropriate file:So that got my variable toggling. Then I added the following the my
opts
inblink.lua
:Tested and working as desired.
If you know a cleaner way, would like to see it.