From a1c4af6fd91dcb241cc52864ec7ce174dec5397d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 30 Apr 2024 14:00:17 +0200 Subject: [PATCH] fix: syntax highlighting --- modules/home-manager/theme/nvim.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/theme/nvim.vim b/modules/home-manager/theme/nvim.vim index 2b19be0..e25f539 100644 --- a/modules/home-manager/theme/nvim.vim +++ b/modules/home-manager/theme/nvim.vim @@ -163,6 +163,8 @@ hi Function guifg={{colors.functions.default.hex}} hi Structure guifg={{colors.structures.default.hex}} hi def link PreProc Structure hi def link Tag Structure +hi def link @attribute.typescript Structure + hi Type gui=none guifg={{colors.types.default.hex}} hi def link @lsp.type.interface Type