From c674d0ab5c2b538be5cfb6777ae45c9e68374694 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 13 Apr 2023 11:08:16 +0200 Subject: zefzefezf --- lua/my_theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/my_theme.lua b/lua/my_theme.lua index 9dcbee9..677149e 100644 --- a/lua/my_theme.lua +++ b/lua/my_theme.lua @@ -25,6 +25,7 @@ vim.o.linespace = 0 function fixup_theme() vim.api.nvim_set_hl(0, "@lsp.type.class.cpp", { link = "@type" }) vim.api.nvim_set_hl(0, "@lsp.type.enum.cpp", { link = "@type" }) + vim.api.nvim_set_hl(0, "@punctuation.bracket", { link = "@punctuation" }) end my_switch_theme = function() -- cgit