Closed denstiny closed 1 year ago
NVIM v0.7.0
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", } }, }, }
https://user-images.githubusercontent.com/57088952/166962455-f747e366-7503-47c0-bf53-ae27d3a3f940.mp4
luasnip
Temporarily considered indentation causes
Yes
No response
can you send the snippets
Can this issue be closed since the OP has not responded to a request for more information in ~1 year?
Prerequisites
Neovim Version
NVIM v0.7.0
Neorg setup
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