From a6ffa488b592d645594f79bcbaf0851dcbb292ac Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Fri, 26 Apr 2024 19:53:56 +0200 Subject: [PATCH] Remove neorg plugin (cherry picked from commit ed28d06f57e553873946c1f4729cd88d7bd71859) --- .../.config/nvim/lua/warrenhood/plugins.lua | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/neovim/.config/nvim/lua/warrenhood/plugins.lua b/neovim/.config/nvim/lua/warrenhood/plugins.lua index e0df71b..6234e94 100644 --- a/neovim/.config/nvim/lua/warrenhood/plugins.lua +++ b/neovim/.config/nvim/lua/warrenhood/plugins.lua @@ -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 {