progress jdtls...

This commit is contained in:
Aram Markarov
2025-09-02 00:41:01 +02:00
parent cac4643007
commit 6d392f1ed1
4 changed files with 28 additions and 16 deletions
+15 -10
View File
@@ -23,9 +23,6 @@ return {
version = "*",
config = true,
},
{
"roobert/tailwindcss-colorizer-cmp.nvim",
},
{
'vyfor/cord.nvim',
build = ':Cord update',
@@ -84,9 +81,6 @@ return {
require("config.lualine")
end,
},
{
"shinchu/lightline-gruvbox.vim",
},
{
"jiaoshijie/undotree",
config = function()
@@ -107,10 +101,20 @@ return {
"tpope/vim-fugitive",
},
{
"rcarriga/nvim-notify",
config = function()
require "config.notify"
end,
"folke/noice.nvim",
opts_extend = { "routes" },
opts = {
routes = {
{
filter = {
event = "lsp",
kind = "progress",
find = "jdtls",
},
opts = { skip = true },
},
},
},
},
{
"zbirenbaum/copilot.lua",
@@ -172,4 +176,5 @@ return {
{
"notken12/base46-colors",
},
}