-
Notifications
You must be signed in to change notification settings - Fork 19
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
Merged
mehalter
merged 20 commits into
AstroNvim:nightly
from
zbroniszewski:wip/neovim-0.9-lsp-tokens-treesitter-support
Mar 26, 2023
Merged
fix: Improve lsp semantic token and treesitter support #14
mehalter
merged 20 commits into
AstroNvim:nightly
from
zbroniszewski:wip/neovim-0.9-lsp-tokens-treesitter-support
Mar 26, 2023
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39faac2 - Browse repository at this point
Copy the full SHA 39faac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7d06c - Browse repository at this point
Copy the full SHA ad7d06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a31b32 - Browse repository at this point
Copy the full SHA 8a31b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a96647 - Browse repository at this point
Copy the full SHA 0a96647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e4ed2 - Browse repository at this point
Copy the full SHA 58e4ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0418c6b - Browse repository at this point
Copy the full SHA 0418c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c366bfd - Browse repository at this point
Copy the full SHA c366bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da057e - Browse repository at this point
Copy the full SHA 8da057eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2aa2a3 - Browse repository at this point
Copy the full SHA b2aa2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for db3d56a - Browse repository at this point
Copy the full SHA db3d56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be3a1f - Browse repository at this point
Copy the full SHA 5be3a1fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8f97349 - Browse repository at this point
Copy the full SHA 8f97349View commit details
Commits on Mar 26, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 21a7a6e - Browse repository at this point
Copy the full SHA 21a7a6eView commit details -
feat(lsp): set LSP semantic hl groups not linked by default
Generically supports various language servers with good results.
Configuration menu - View commit details
-
Copy full SHA for 93824a8 - Browse repository at this point
Copy the full SHA 93824a8View commit details -
feat(highlight): change
Macro
highlight colorchange to orange, the color used in the One Dark Pro theme
Configuration menu - View commit details
-
Copy full SHA for 0930b17 - Browse repository at this point
Copy the full SHA 0930b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368dc74 - Browse repository at this point
Copy the full SHA 368dc74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b0b38 - Browse repository at this point
Copy the full SHA f0b0b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a552d4 - Browse repository at this point
Copy the full SHA 1a552d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e211f8f - Browse repository at this point
Copy the full SHA e211f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c02f5 - Browse repository at this point
Copy the full SHA d0c02f5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.