mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
nvim
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
require("neorg").setup({
|
||||
load = {
|
||||
["core.defaults"] = {}, -- Load all the default modules
|
||||
["core.concealer"] = {}, -- Allows for use of icons
|
||||
["core.highlights"] = {},
|
||||
["core.autocommands"] = {},
|
||||
["core.integrations.treesitter"] = {},
|
||||
["core.neorgcmd"] = {},
|
||||
["core.dirman"] = { -- Manages Neorg workspaces
|
||||
config = {
|
||||
workspaces = {
|
||||
my_workspace = "~/neorg"
|
||||
}
|
||||
}
|
||||
},
|
||||
["core.export"] = {}, -- Export functionality
|
||||
["core.latex.renderer"] = {
|
||||
config = {
|
||||
render_on_enter = true,
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user