lsp and dap fixes

This commit is contained in:
Christian Nieves
2024-03-20 20:57:57 +00:00
parent 14a4da6b6c
commit 7af5f17c9b
10 changed files with 101 additions and 89 deletions

View File

@ -2,7 +2,7 @@ return {
{
"rcarriga/nvim-notify",
event = "VimEnter",
cond = false,
cond = true,
lazy = true,
config = function()
-- local colors = require("catppuccin.palettes").get_palette()
@ -19,7 +19,7 @@ return {
{
"j-hui/fidget.nvim",
event = "VimEnter",
cond = true,
cond = false,
opts = {
progress = {
display = {