feat: link to lsp variables for hl inside fstrings

This commit is contained in:
əlemi 2024-05-31 17:27:02 +02:00
parent 5b8e76f995
commit d0c7659619
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -181,7 +181,7 @@ function PALETTE:set_semantic_colors()
vim.api.nvim_set_hl(0, "@lsp.type.struct", { link = "@type" })
vim.api.nvim_set_hl(0, "@lsp.type.type", { link = "@define" })
vim.api.nvim_set_hl(0, "@lsp.type.typeParameter", { link = "@type.definition" })
vim.api.nvim_set_hl(0, "@lsp.type.variable", {})
vim.api.nvim_set_hl(0, "@lsp.type.variable", { link = "@variable" })
end
function PALETTE:set_ui_colors()