fix semantic tokens not applied for nightly

This commit is contained in:
Pham Huy Hoang 2023-04-08 17:20:37 +09:00 committed by Sidhanth Rathod
parent 5aee35792c
commit 9a33420dd0

View file

@ -117,7 +117,7 @@ local syntax = {
local merge_tb = require("base46").merge_tb
if vim.version().minor == 9 then
if vim.version().minor >= 9 then
local semantic_hls = {
["@lsp.type.class"] = { fg = theme.base0E },
["@lsp.type.decorator"] = { fg = theme.base08 },