Skip to content

Commit

Permalink
fix: dont lazyload lsp colors
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 21, 2021
1 parent 4b1a3f7 commit ed89c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ed89c01

Please sign in to comment.