mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
fix: disable format if lsp undefined
This commit is contained in:
parent
8dee08aca6
commit
9fd84a85f3
6 changed files with 30 additions and 5 deletions
|
@ -51,5 +51,8 @@ tokyonight.setup({
|
|||
bg = colors.none,
|
||||
fg = "#e0af68",
|
||||
}
|
||||
highlights.Underlined = {
|
||||
underline = false,
|
||||
}
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue