Files
neovim/runtime/lua/vim/lsp
Michael Lingelbach 791e400858 fix: lsp and diagnostic highlight priority (#17461)
Closes https://github.com/neovim/neovim/issues/17456

* treesitter uses the default highlight priority of 50
* diagnostic highlights have a priority of 150
* lsp reference highlights have a priority of 200

This ensures proper ordering.
2022-02-19 08:38:14 -08:00
..
2021-12-28 18:15:16 +01:00
2021-12-28 18:15:16 +01:00
2022-01-04 11:07:40 -07:00