-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use virtualtext on nvim to display results (#21)
![](https://i.imgur.com/2rbeRZm.png) With this PR (neovim/neovim#8180) neovim has support to display text that is not part of the file in a buffer. Using this instead of opening a new split will be a better way to display the size. > Docs need to be added. ### Two new variables `g:import_cost_virtualtext_hl_group` : set highlight group (default LineNr) `g:import_cost_virtualtext_prefix`: prefix for virtualtext ( default > )
- Loading branch information
Showing
3 changed files
with
101 additions
and
16 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