diff options
author | Steven Le Rouzic <slerouzic@siradel.com> | 2023-04-13 11:08:16 +0200 |
---|---|---|
committer | Steven Le Rouzic <slerouzic@siradel.com> | 2023-04-13 11:08:16 +0200 |
commit | c674d0ab5c2b538be5cfb6777ae45c9e68374694 (patch) | |
tree | 9401bf6332fb96944696b2026624424128b0e8b4 | |
parent | 3984f5137b23a668a6221dbedd53b667824c5de8 (diff) |
zefzefezf
-rw-r--r-- | lua/my_theme.lua | 1 |
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() |