reorganize to multi file config and switch to lazy.nvim for plugins
This commit is contained in:
17
core/overrides/neorg.lua
Normal file
17
core/overrides/neorg.lua
Normal file
@ -0,0 +1,17 @@
|
||||
require('neorg').setup {
|
||||
load = {
|
||||
['core.defaults'] = {},
|
||||
['core.norg.concealer'] = {
|
||||
config = {
|
||||
dim_code_blocks = {
|
||||
width = 'content',
|
||||
padding = { right = 2, },
|
||||
},
|
||||
folds = false,
|
||||
}
|
||||
},
|
||||
['core.norg.completion'] = {
|
||||
config = { engine = 'nvim-cmp', }
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user