-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul plugin actions and ensure the display highlights are cleared…
… on empty query (#1049) * Clear display highlights when no matches found * Remove unused deps * Fix custom language server config * Nits * Add params to goto_() * Introduce AutocmdEventType::parse() so that no missing autocmd event again * fix buf detach params * . * Nits * Add language-servers = ["clangd"] for language cpp * Ignore coc-explorer in lsp plugin * fix didChange params for Vim * [vim] reduce unnecesary highlight redraw by removing all from prop_remove() * Remove unwrap() in tree_sitter ConfigInner * Make asset file downloading generic In order to prepare the support for downloading various asset files from GitHub release, pretty useful for LSP plugin. * Refactor upgrade * Allow overriding the default language config * Separate out winbar module * Introduec diagnostics plugin * Distinguish the diagnostic error and warn highlight * Update CHANGELOG.md * Update CHANGELOG.md * Move echoDiagnostics and echoDiagnosticsAtCursor to diagnostics plugin * Rename to diagnostics.buffer and diagnostics.cursor * Support opening lsp locations (refs, defs, etc) in fuzzy picker * Add docs to config() * Update config.md
- Loading branch information
1 parent
6ce32d1
commit 070dcc0
Showing
51 changed files
with
1,253 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.