mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04: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' },
|
-- 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 {
|
||||||
|
|
Loading…
Reference in a new issue