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
The instructions on https://nvim-orgmode.github.io/installation.html say:
Lazy loading (Not recommended)
Lazy loading via ft option works, but not completely. Global mappings are not set because plugin is not initialized on startup.
What are the consequences of not setting global mappings in nvim-orgmode?
Can it cause loss of functionality?
Does "Global mappings" refer to key mappings?
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
-
I installed nvim-orgmode on LazyVim using the instructions on
https://github.com/nvim-orgmode/orgmode#installation > lazy.nvim (recommended)
It uses:
The instructions on https://nvim-orgmode.github.io/installation.html say:
Lazy loading (Not recommended)
Lazy loading via ft option works, but not completely. Global mappings are not set because plugin is not initialized on startup.
What are the consequences of not setting global mappings in nvim-orgmode?
Can it cause loss of functionality?
Does "Global mappings" refer to key mappings?
Beta Was this translation helpful? Give feedback.
All reactions