lsptimeout n stuff

This commit is contained in:
Christian Nieves
2023-11-08 13:01:41 -06:00
parent f818261be2
commit f129f0f93d
8 changed files with 132 additions and 17 deletions

View File

@ -3,10 +3,10 @@ return {
event = "VimEnter",
lazy = true,
config = function()
local colors = require("catppuccin.palettes").get_palette()
-- local colors = require("catppuccin.palettes").get_palette()
require("notify").setup({
background_colour = colors.base,
fps = 10, -- default 30
-- background_colour = colors.base,
fps = 20, -- default 30
stages = "slide", -- default fade_in_slide_out
timeout = 5000, -- default 5000
})