Add fold capa / remove ondarker plugin / add correct jdtls support

This commit is contained in:
Alessandro
2024-09-03 16:23:41 +02:00
parent 6225c2d87d
commit e95226daa6
7 changed files with 51 additions and 43 deletions

View File

@@ -1,18 +1,14 @@
return {
{
"stevearc/conform.nvim",
-- event = 'BufWritePre', -- uncomment for format on save
opts = require "configs.conform",
},
-- These are some examples, uncomment them if you want to see them work!
{
"neovim/nvim-lspconfig",
config = function()
require "configs.lspconfig"
end,
},
{
"Pocco81/auto-save.nvim",
config = function()
@@ -20,7 +16,6 @@ return {
end,
lazy = false,
},
{
"nvim-treesitter/nvim-treesitter",
opts = require "configs.default-ts",
@@ -32,4 +27,4 @@ return {
"nvim-tree/nvim-tree.lua",
opts = require "configs.nvim-tree",
},
}
}