Remove title from floating windows in lsp saga

This commit is contained in:
Martin Larsson 2024-05-25 11:15:39 +02:00
parent 8ae0bf90a7
commit e93244f9da

View file

@ -28,6 +28,7 @@ return {
ui = {
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
border = "single",
title = false
}
})