mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:44:59 +01:00
Remove neorg plugin
This commit is contained in:
parent
9962de009a
commit
ed28d06f57
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue