summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorSteven Le Rouzic <slerouzic@siradel.com>2023-04-13 11:08:16 +0200
committerSteven Le Rouzic <slerouzic@siradel.com>2023-04-13 11:08:16 +0200
commitc674d0ab5c2b538be5cfb6777ae45c9e68374694 (patch)
tree9401bf6332fb96944696b2026624424128b0e8b4 /lua
parent3984f5137b23a668a6221dbedd53b667824c5de8 (diff)
zefzefezf
Diffstat (limited to 'lua')
-rw-r--r--lua/my_theme.lua1
1 files changed, 1 insertions, 0 deletions
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()