feat(neovim): add neorg
This commit is contained in:
parent
47e7de875a
commit
af37d88f90
2 changed files with 21 additions and 0 deletions
19
home/editors/neovim/neorg.lua
Normal file
19
home/editors/neovim/neorg.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.norg.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
work = "~/notes/work",
|
||||
home = "~/notes/home",
|
||||
},
|
||||
},
|
||||
},
|
||||
["core.norg.concealer"] = {},
|
||||
["core.norg.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue