We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thank you for this colorscheme!
But currently if lsp supported semantic tokens it break some part of this colorscheme. Examples
LspStart
LspStop
Currently I added to my config
local links = { ['@lsp.type.namespace'] = '@namespace', ['@lsp.type.type'] = '@type', ['@lsp.type.class'] = '@type', ['@lsp.type.enum'] = '@type', ['@lsp.type.interface'] = '@type', ['@lsp.type.struct'] = '@structure', ['@lsp.type.parameter'] = '@parameter', ['@lsp.type.variable'] = '@variable', ['@lsp.type.property'] = '@property', ['@lsp.type.enumMember'] = '@constant', ['@lsp.type.function'] = '@function', ['@lsp.type.method'] = '@method', ['@lsp.type.macro'] = '@macro', ['@lsp.type.decorator'] = '@function', } for newgroup, oldgroup in pairs(links) do vim.api.nvim_set_hl(0, newgroup, { link = oldgroup, default = true }) end
by this https://gist.github.com/swarn/fb37d9eefe1bc616c2a7e476c0bc0316
But may be you want/know better solution.
The text was updated successfully, but these errors were encountered:
Unfortunately LSP semantic tokens isn't supported now. Personally I disable semantic tokens until I would have time to make a full support for it.
Sorry, something went wrong.
No branches or pull requests
Hello, thank you for this colorscheme!
But currently if lsp supported semantic tokens it break some part of this colorscheme.
Examples
LspStart
LspStop
Currently I added to my config
by this https://gist.github.com/swarn/fb37d9eefe1bc616c2a7e476c0bc0316
But may be you want/know better solution.
The text was updated successfully, but these errors were encountered: