nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.45k stars 214 forks source link

Abnormal luasnip #446

Closed denstiny closed 1 year ago

denstiny commented 2 years ago

Prerequisites

Neovim Version

NVIM v0.7.0

Neorg setup

local has_ts, neorg = pcall(require, "neorg")
if not has_ts then return end

neorg.setup {
  -- Tell Neorg what modules to load
  load = {
    ["core.defaults"] = {}, -- Load all the default modules
    ["core.norg.concealer"] = {}, -- Allows for use of icons
    ["core.keybinds"] = {config={default_keybinds=false}},
    ["core.norg.dirman"] = { -- Manage your directories with Neorg
      config = {
        workspaces = {
          my_workspace = "~/neorg"
        }
      }
    },
    ["core.norg.completion"] = {
      config = {
        engine = "nvim-cmp" -- We current support nvim-compe and nvim-cmp only
      }
    },
    ["core.norg.journal"] = {
      config = { -- 生成日记
      }
    },
    ["core.norg.qol.toc"] = {
      config = { -- 生成目录
        toc_split_placement='left',
        default_toc_mode = "split",
      }
    },
  },
}

Actual behavior

图片

Expected behavior

图片

Steps to reproduce

图片

https://user-images.githubusercontent.com/57088952/166962455-f747e366-7503-47c0-bf53-ae27d3a3f940.mp4

Potentially conflicting plugins

luasnip

Other information

Temporarily considered indentation causes

Help

Yes

Implementation help

No response

max397574 commented 2 years ago

can you send the snippets

d-r-a-b commented 1 year ago

Can this issue be closed since the OP has not responded to a request for more information in ~1 year?