Removed neorg

This commit is contained in:
Aram Markarov
2025-10-05 13:57:57 +02:00
parent e5c26449c3
commit 8fdb604346
3 changed files with 6 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
require("cord").setup {
}
-12
View File
@@ -1,12 +0,0 @@
require("neorg").setup{
load = {
["core.defaults"] = {},
["core.autocommands"] = {},
["core.integrations.treesitter"] = {},
["core.concealer"] = {
config = {
icon_preset = "varied",
},
}
}
}
+3 -6
View File
@@ -17,15 +17,12 @@ return {
require("config.lspconfig")
end,
},
{
"nvim-neorg/neorg",
lazy = false,
version = "*",
config = true,
},
{
'vyfor/cord.nvim',
build = ':Cord update',
config = function()
require("config.cord")
end,
},
{
"nvim-treesitter/nvim-treesitter",