switched to lazy.nvim and clean up a bit
This commit is contained in:
1 parent
72bf7e727a
commit
11bb713b60
19 files changed
+290
-331
No files matched your search
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
{
|
||||
'nvim-neorg/neorg',
|
||||
tag = '0.0.12',
|
||||
config = function()
|
||||
require('neorg').setup {
|
||||
load = {
|
||||
['core.defaults'] = {},
|
||||
['core.norg.concealer'] = {},
|
||||
['core.norg.completion'] = {
|
||||
config = {
|
||||
engine = 'nvim-cmp'
|
||||
}
|
||||
},
|
||||
['core.export'] = {},
|
||||
}
|
||||
}
|
||||
end,
|
||||
dependencies = 'nvim-lua/plenary.nvim'
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user