neorg icon indicating copy to clipboard operation
neorg copied to clipboard

my "cabbrev(s)" gets disabled when using "Neorg workspace ..."

Open aabbccddeeffggj opened this issue 1 year ago • 0 comments

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

  1. Have a command abbreviation.
  2. Use "Neorg workspace (Insert workspace's name here)".
  3. 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

aabbccddeeffggj avatar Nov 30 '23 20:11 aabbccddeeffggj