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' }, -- requires = { 'kyazdani42/nvim-web-devicons' },
-- } -- }
use { -- use {
"nvim-neorg/neorg", -- "nvim-neorg/neorg",
run = ":Neorg sync-parsers", -- This is the important bit! -- run = ":Neorg sync-parsers", -- This is the important bit!
config = function() -- config = function()
require("neorg").setup { -- require("neorg").setup {
load = { -- load = {
["core.defaults"] = {} -- ["core.defaults"] = {}
} -- }
} -- }
end, -- end,
} -- }
-- See hex colors -- See hex colors
use { use {