diff --git a/neovim/.config/nvim/lua/warrenhood/plugins.lua b/neovim/.config/nvim/lua/warrenhood/plugins.lua index 5281675..befb73a 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 {