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 actual Neorg command completions don't show up anymore and concurrently don't work anymore. Only the neorg-templates do.
Reproduce
To Reproduce
Steps to reproduce the behavior:
Have both plugins installed
type ":Neorg"
Press "tab" for command completion suggestions
Only neorg-tamplates commands show up
Expected Behavior
All commands should still be visible in completions and accessible
Notes
Additional context
I installed this plugin as a stand-alone, in a separate .lua file in the plugins folder, using the return function. I wasn't able to add it into the Neorg.lua file. This could be part of the issue, if that's the case, please do explain or provide better instructions of how to install it. I keep getting an error regarding the naming convention as seen in the attached picture.
Error
Example of error:
Error when executing :Neorg toggle-concealer - such a command does not exist!
The text was updated successfully, but these errors were encountered:
Bug
The actual Neorg command completions don't show up anymore and concurrently don't work anymore. Only the neorg-templates do.
Reproduce
Steps to reproduce the behavior:
Expected Behavior
All commands should still be visible in completions and accessible
Notes
I installed this plugin as a stand-alone, in a separate .lua file in the plugins folder, using the return function. I wasn't able to add it into the Neorg.lua file. This could be part of the issue, if that's the case, please do explain or provide better instructions of how to install it. I keep getting an error regarding the naming convention as seen in the attached picture.
Error
Error when executing
:Neorg toggle-concealer
- such a command does not exist!The text was updated successfully, but these errors were encountered: