idk
This commit is contained in:
1 parent
8fd4917480
commit
69f23e1384
7 files changed
+59
-51
No files matched your search
+18
-19
@@ -1,23 +1,22 @@
|
||||
return {
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
build = ":Neorg sync-parsers",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = function()
|
||||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp"
|
||||
}
|
||||
},
|
||||
["core.export"] = {},
|
||||
}
|
||||
}
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "nvim-neorg/neorg",
|
||||
-- dependencies = { "nvim-lua/plenary.nvim" },
|
||||
-- config = function()
|
||||
-- require("neorg").setup {
|
||||
-- load = {
|
||||
-- ["core.defaults"] = {},
|
||||
-- ["core.concealer"] = {},
|
||||
-- ["core.completion"] = {
|
||||
-- config = {
|
||||
-- engine = "nvim-cmp"
|
||||
-- }
|
||||
-- },
|
||||
-- ["core.export"] = {},
|
||||
-- }
|
||||
-- }
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
|
||||
Reference in new issue
Block a user