mirror of
https://github.com/gabehf/base46.git
synced 2026-03-17 11:16:28 -07:00
parent
9a33420dd0
commit
17d568c952
1 changed files with 2 additions and 1 deletions
|
|
@ -116,8 +116,9 @@ local syntax = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local merge_tb = require("base46").merge_tb
|
local merge_tb = require("base46").merge_tb
|
||||||
|
local lsp_semantic_tokens = require("core.utils").load_config().ui.lsp_semantic_tokens
|
||||||
|
|
||||||
if vim.version().minor >= 9 then
|
if vim.version().minor >= 9 and lsp_semantic_tokens then
|
||||||
local semantic_hls = {
|
local semantic_hls = {
|
||||||
["@lsp.type.class"] = { fg = theme.base0E },
|
["@lsp.type.class"] = { fg = theme.base0E },
|
||||||
["@lsp.type.decorator"] = { fg = theme.base08 },
|
["@lsp.type.decorator"] = { fg = theme.base08 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue