removed maveon, added neorg

This commit is contained in:
Aram Markarov
2025-11-29 19:47:04 +01:00
parent 356baa89f9
commit 31b64b318d
3 changed files with 14 additions and 16 deletions
+9 -8
View File
@@ -1,4 +1,13 @@
return {
{
"nvim-neorg/neorg",
lazy = false,
version = "*",
config = true,
config = function()
require("config.neorg")
end,
},
{
"neovim/nvim-lspconfig",
dependencies = {
@@ -114,12 +123,4 @@ return {
require("config.dap")
end,
},
{
"eatgrass/maven.nvim",
cmd = { "Maven", "MavenExec" },
dependencies = "nvim-lua/plenary.nvim",
config = function()
require("config.maven")
end
},
}