I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/vim-lsp/autoload/lsp/internal/textprop.vim
Normal file
13
dot_vim/plugged/vim-lsp/autoload/lsp/internal/textprop.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" TODO: currently, quickpick is generated via vim-quickpick, 'quickpick' is
|
||||
" not used.
|
||||
let s:priorities = {
|
||||
\ 'quickpick': 1,
|
||||
\ 'folding': 2,
|
||||
\ 'semantic': 3,
|
||||
\ 'diagnostics_highlight': 4,
|
||||
\ 'document_highlight': 5,
|
||||
\}
|
||||
|
||||
function! lsp#internal#textprop#priority(name) abort
|
||||
return get(s:priorities, a:name, 0)
|
||||
endfunction
|
||||
Reference in New Issue
Block a user