neorg
neorg copied to clipboard
my "cabbrev(s)" gets disabled when using "Neorg workspace ..."
Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
Neovim Version
0.9.4
Neorg setup
neorg.setup {
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
},
}
Actual behavior
My command abbreviations disappear when using "Neorg workspace ..."
Expected behavior
My command abbreviations not disappear when using "Neorg workspace ..."
Steps to reproduce
- Have a command abbreviation.
- Use "Neorg workspace (Insert workspace's name here)".
- Try to use command abbreviation.
Potentially conflicting plugins
I believe none of my plugins interfere with it.
Other information
No response
Help
No
Implementation help
No response