mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
add additional kind mappings (#164)
This commit is contained in:
@@ -19,6 +19,13 @@ let s:kind_text_mappings = {
|
||||
\ '16': 'color',
|
||||
\ '17': 'file',
|
||||
\ '18': 'reference',
|
||||
\ '19': 'folder',
|
||||
\ '21': 'enum member',
|
||||
\ '22': 'constant',
|
||||
\ '23': 'struct',
|
||||
\ '24': 'event',
|
||||
\ '25': 'operator',
|
||||
\ '26': 'type parameter',
|
||||
\ }
|
||||
|
||||
let s:completion_status_success = 'success'
|
||||
|
||||
Reference in New Issue
Block a user