mirror of
https://github.com/ray-x/navigator.lua
synced 2024-11-11 07:10:59 +00:00
Update document regarding plugin highlight
This commit is contained in:
parent
713dd7eeab
commit
b60108978a
@ -284,9 +284,9 @@ require.'navigator'.setup({
|
||||
| i/n | \<C-f\> | next page in listview|
|
||||
| i/n | \<C-s\> | save the modification to preview window to file|
|
||||
|
||||
### Colors:
|
||||
### Colors/Highlight:
|
||||
|
||||
Set highlight GHListDark (listview) and GHTextViewDark (code view)
|
||||
You can override default highlight GHListDark (listview) and GHTextViewDark (code view)
|
||||
|
||||
e.g.
|
||||
|
||||
@ -295,6 +295,10 @@ hi default GHTextViewDark guifg=#e0d8f4 guibg=#332e55
|
||||
hi default GHListDark guifg=#e0d8f4 guibg=#103234
|
||||
```
|
||||
|
||||
There are other Lsp highlight been used in this plugin, e.g LspReferenceRead/Text/Write are used for document highlight,
|
||||
LspDiagnosticsXXX are used for diagnostic. Please check highlight.lua and dochighlight.lua for more info.
|
||||
|
||||
|
||||
|
||||
## Dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user