mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-07 13:36:35 +05:30
initial commit
This commit is contained in:
21
modules/home-manager/nvim/old/lua/plugins/neorg.lua
Normal file
21
modules/home-manager/nvim/old/lua/plugins/neorg.lua
Normal file
@ -0,0 +1,21 @@
|
||||
return {
|
||||
"nvim-neorg/neorg",
|
||||
build = ":Neorg sync-parsers",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = function()
|
||||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
snippets = string.format("%s/Projects/notes/snippets", os.getenv("HOME"))
|
||||
},
|
||||
default_workspace = "snippets",
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user