-
Hi everyone. I see the README mentions a way to manually trigger firenvim. However, when I set I tried:
But none of them worked. So, basically my config is like this (using init = function()
vim.g.firenvim_config = {
localSettings = {
['.*'] = {
takeover = 'never',
}
}
}
end
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Does the keyboard shortcut work if you use |
Beta Was this translation helpful? Give feedback.
-
@glacambre thank you for your reply. Sorry, I missed this one. Not sure if it's expected or not, but seems like the proper option to use is the one saying |
Beta Was this translation helpful? Give feedback.
@glacambre thank you for your reply. Sorry, I missed this one.
Not sure if it's expected or not, but seems like the proper option to use is the one saying
Turn the currently focused element into a neovim iframe
; I've setshift+alt+q
for that option (along with the above setup), and things are working as expected