fix: disable format if lsp undefined

This commit is contained in:
asep komarudin 2024-02-23 19:49:22 +07:00
parent 8dee08aca6
commit 9fd84a85f3
6 changed files with 30 additions and 5 deletions

View file

@ -51,5 +51,8 @@ tokyonight.setup({
bg = colors.none,
fg = "#e0af68",
}
highlights.Underlined = {
underline = false,
}
end,
})