Add fold capa / remove ondarker plugin / add correct jdtls support

This commit is contained in:
Alessandro
2024-09-03 16:23:41 +02:00
parent 6225c2d87d
commit e95226daa6
7 changed files with 51 additions and 43 deletions

View File

@@ -65,7 +65,9 @@ M.base46 = {
["@module"] = { fg = "yellow" },
["@constant"] = { fg = "orange" },
["Include"] = { fg = "purple" },
["@keyword.exception"] = { fg = "purple" },
["@string.escape"] = { fg = "red" },
["Special"] = { fg = "red" },
@@ -73,10 +75,15 @@ M.base46 = {
["@punctuation.bracket"] = { fg = "light_grey" },
["@punctuation.delimiter"] = { fg = "light_grey" },
["@tag.delimiter"] = { fg = "light_grey" },
["Delimiter"] = { fg = "light_grey" },
["Function"] = { bold = true },
["@function"] = { bold = true },
["@function.builtin"] = { bold = true },
["@function.call"] = { bold = true },
["@function.method"] = { bold = true },
["@function.method.call"] = { bold = true },
["@constructor"] = { bold = true },
["@keyword"] = { italic = true },
["@keyword.function"] = { bold = true },