Deleted some unused plugins.
This commit is contained in:
parent
5957b6d7b5
commit
4502e00595
3 changed files with 0 additions and 43 deletions
|
@ -1,15 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-jdtls",
|
||||
---@type lspconfig.options.jdtls
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
opts = {
|
||||
jdtls = function(opts)
|
||||
local install_path = require("mason-registry").get_package("jdtls"):get_install_path()
|
||||
local jvmArg = "-javaagent:" .. install_path .. "/lombok.jar"
|
||||
table.insert(opts.cmd, "--jvm-arg=" .. jvmArg)
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
},
|
||||
}
|
|
@ -1,27 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"nvim-orgmode/orgmode",
|
||||
dependencies = {
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
},
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("orgmode").setup_ts_grammar()
|
||||
require("orgmode").setup({
|
||||
org_agenda_files = "~/orgfiles/**/*",
|
||||
org_default_notes_file = "~/orgfiles/refile.org",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"org",
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"orgmode",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue