mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +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
|
@ -225,8 +225,18 @@ return {
|
|||
-- purple = "#FCC76A",
|
||||
menu = "#282A36",
|
||||
},
|
||||
italic_comment = true,
|
||||
overrides = {
|
||||
NvimTreeFolderIcon = { fg = "#FCC76A" },
|
||||
CmpItemAbbr = { fg = "#ABB2BF" },
|
||||
CmpItemKind = { fg = "#ABB2BF" },
|
||||
CmpItemAbbrDeprecated = { fg = "#ABB2BF" },
|
||||
CmpItemAbbrMatch = { fg = "#8BE9FD" },
|
||||
htmlLink = { fg = "#BD93F9" },
|
||||
Underlined = { fg = "#8BE9FD" },
|
||||
NvimTreeSpecialFile = { fg = "#FF79C6" },
|
||||
MatchParen = { fg = "#F8F8F2" },
|
||||
SpellBad = { fg = "#FF6E6E" },
|
||||
},
|
||||
transparent_bg = transparent,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue