Skip to content
New issue

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

fix: Improve lsp semantic token and treesitter support #14

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    39faac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7d06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a31b32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a96647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58e4ed2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0418c6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c366bfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8da057e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2aa2a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db3d56a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5be3a1f View commit details
    Browse the repository at this point in the history
  12. fix: handle undefined event in autocmd

    Neovim throws error when creating autocmd with undefined event.
    Support all Neovim versions by checking for existence of event.
    zbroniszewski committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8f97349 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. fix(lsp): do not link LSP hl groups to TS hl groups

    This seems to be a bad practice. Both LSP and TS have defaults linking
    to syntax group names. Use and carefully craft those syntax group names
    when possible.
    zbroniszewski committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    21a7a6e View commit details
    Browse the repository at this point in the history
  2. feat(lsp): set LSP semantic hl groups not linked by default

    Generically supports various language servers with good results.
    zbroniszewski committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    93824a8 View commit details
    Browse the repository at this point in the history
  3. feat(highlight): change Macro highlight color

    change to orange, the color used in the One Dark Pro theme
    zbroniszewski committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0930b17 View commit details
    Browse the repository at this point in the history
  4. chore: remove autocmds

    zbroniszewski committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    368dc74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0b0b38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a552d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e211f8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0c02f5 View commit details
    Browse the repository at this point in the history