Remove neorg plugin

This commit is contained in:
Warren Hood 2024-04-26 19:53:56 +02:00
parent 9962de009a
commit ed28d06f57

View file

@ -151,17 +151,17 @@ require("packer").startup(function()
-- requires = { 'kyazdani42/nvim-web-devicons' },
-- }
use {
"nvim-neorg/neorg",
run = ":Neorg sync-parsers", -- This is the important bit!
config = function()
require("neorg").setup {
load = {
["core.defaults"] = {}
}
}
end,
}
-- use {
-- "nvim-neorg/neorg",
-- run = ":Neorg sync-parsers", -- This is the important bit!
-- config = function()
-- require("neorg").setup {
-- load = {
-- ["core.defaults"] = {}
-- }
-- }
-- end,
-- }
-- See hex colors
use {