You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to configure everything perfectly, however there is one remaining issue. When I open a raw ipynb file which is then automatically converted to qmd by jupytext.nvim I do not get LSP diagnostics or suggestions from otter.nvim. However, everything works when I open a raw qmd file.
I followed the same configuration as suggested in jmbuhr/otter.nvim#154 (comment) however it doesn't seem to work (see above config). I also tried manually activating it after I open the converted buffer using :lua require'otter'.activate() and it doesn't work for some reason as well.
If you have any ideas why it doesn't work for me, let me know. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am using LazyVim with the following configuration:
Details
I managed to configure everything perfectly, however there is one remaining issue. When I open a raw
ipynbfile which is then automatically converted toqmdby jupytext.nvim I do not get LSP diagnostics or suggestions from otter.nvim. However, everything works when I open a rawqmdfile.I found a related discussion about this issue: jmbuhr/otter.nvim#154
I followed the same configuration as suggested in jmbuhr/otter.nvim#154 (comment) however it doesn't seem to work (see above config). I also tried manually activating it after I open the converted buffer using
:lua require'otter'.activate()and it doesn't work for some reason as well.If you have any ideas why it doesn't work for me, let me know. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions