Nvim: restructure all plugins configuration
This commit is contained in:
14
.config/nvim/after/available/neorg.rc.lua
Normal file
14
.config/nvim/after/available/neorg.rc.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require('neorg').setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.norg.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
work = "~/notes/work",
|
||||
home = "~/notes/home",
|
||||
}
|
||||
}
|
||||
},
|
||||
["core.norg.concealer"] = {},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user