-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use virtual text to display filename and line numbers (#32)
* refactor: use virtual text to display filename and line numbers * feat: API method for jumping to quickfix item by filename * perf: small optimization when adding virtual text to buffer * fix: guard against incomplete quickfix buffer * fix: restore the syntax file for better default highlighting * cleanup: don't need to convert border space characters anymore * fix: highlight out of range issue * refactor: put the filename back into the real buffer text * cleanup: remove find_file method * fix: highlight and line numbers for truncated filenames * feat: more minimal display when no items have a filename * fix: remove now-unnecessary trailing space
- Loading branch information
Showing
33 changed files
with
483 additions
and
396 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
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.