-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give neovim virtual text a high deafult priority (#418)
This allows the suggestions to appear on top of coc.nvim inlay hints, whereas with the default priority they appear below the inlay hint which makes the suggestions difficult to read. The default value is 65535, and the priority can be customized by setting the g:codeium_virtual_text_priority and b:codeium_virtual_text_priority variables.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
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