diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 1e2f425..64590bf 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -154,9 +154,6 @@ function M.setup(config) -- These groups are for the native LSP client. Some other LSP clients may -- use these groups, or use their own. Consult your LSP client's -- documentation. - } - - theme.plugins = { LspReferenceText = { bg = c.fg_gutter }, -- used for highlighting "text" references LspReferenceRead = { bg = c.fg_gutter }, -- used for highlighting "read" references LspReferenceWrite = { bg = c.fg_gutter }, -- used for highlighting "write" references @@ -185,6 +182,9 @@ function M.setup(config) -- LspDiagnosticsSignWarning = { }, -- Used for "Warning" signs in sign column -- LspDiagnosticsSignInformation = { }, -- Used for "Information" signs in sign column -- LspDiagnosticsSignHint = { }, -- Used for "Hint" signs in sign column + } + + theme.plugins = { -- These groups are for the neovim tree-sitter highlights. -- As of writing, tree-sitter support is a WIP, group names may change.