mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
Removed neorg
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
require("cord").setup {
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
require("neorg").setup{
|
|
||||||
load = {
|
|
||||||
["core.defaults"] = {},
|
|
||||||
["core.autocommands"] = {},
|
|
||||||
["core.integrations.treesitter"] = {},
|
|
||||||
["core.concealer"] = {
|
|
||||||
config = {
|
|
||||||
icon_preset = "varied",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -17,15 +17,12 @@ return {
|
|||||||
require("config.lspconfig")
|
require("config.lspconfig")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-neorg/neorg",
|
|
||||||
lazy = false,
|
|
||||||
version = "*",
|
|
||||||
config = true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'vyfor/cord.nvim',
|
'vyfor/cord.nvim',
|
||||||
build = ':Cord update',
|
build = ':Cord update',
|
||||||
|
config = function()
|
||||||
|
require("config.cord")
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|||||||
Reference in New Issue
Block a user