From 80ddd23d28afe143b0a9305638a0b49267e6b469 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 2 Feb 2025 20:18:45 +0100 Subject: [PATCH] update highlights --- lua/plugins.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index c36c42d..d5f7949 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -30,16 +30,16 @@ local plugins = { }, styles = { -- Handles the styles of general hi groups (see `:h highlight-args`): comments = {}, -- Change the style of comments - conditionals = { "italic" }, + conditionals = {}, loops = {}, functions = {}, - keywords = { "italic" }, + keywords = {}, strings = {}, variables = {}, numbers = {}, booleans = {}, - properties = { "italic" }, - types = { "bold" }, + properties = {}, + types = { "italic" }, operators = {}, }, color_overrides = { @@ -59,6 +59,7 @@ local plugins = { }, custom_highlights = require("colors.quasimono"), integrations = { + semantic_tokens = false, cmp = true, gitsigns = true, nvimtree = true,