Nvim: enable neorg properly
This commit is contained in:
@@ -39,10 +39,6 @@ return {{
|
|||||||
"protex/better-digraphs.nvim",
|
"protex/better-digraphs.nvim",
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- Note taking {{{
|
|
||||||
"nvim-neorg/neorg",
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- Appearance {{{
|
-- Appearance {{{
|
||||||
--"jaredgorski/spacecamp",
|
--"jaredgorski/spacecamp",
|
||||||
--"lifepillar/vim-gruvbox8",
|
--"lifepillar/vim-gruvbox8",
|
||||||
|
|||||||
18
.config/nvim/lua/plugins/neorg.lua
Normal file
18
.config/nvim/lua/plugins/neorg.lua
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
return {
|
||||||
|
"nvim-neorg/neorg",
|
||||||
|
build = ":Neorg sync-parsers",
|
||||||
|
opts = {
|
||||||
|
load = {
|
||||||
|
["core.defaults"] = {}, -- Loads default behaviour
|
||||||
|
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
||||||
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
|
config = {
|
||||||
|
workspaces = {
|
||||||
|
notes = "~/notes",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dependencies = { { "nvim-lua/plenary.nvim" } },
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user