mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
removed maveon, added neorg
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user