文件名称:barowLSP:nvim插件在barow statusline中显示LSP信息
文件大小:3KB
文件格式:ZIP
更新时间:2024-04-25 01:23:48
Vimscript
barowLSP 在显示LSP诊断摘要的模块。 支持的LSP客户端: 用法 " .vimrc/init.vim " ... Plug 'doums/barow' Plug 'doums/barowLSP' " ... " barow let g:barow = { \ 'modules': [ \ [ 'barowGit#branch', 'BarowHint' ], \ [ 'barowLSP#error', 'BarowError' ], \ [ 'barowLSP#warning', 'BarowWarning' ], \ [ 'barowLSP#info', 'BarowInfo' ], \ [ 'barowLSP#hint', 'BarowHint' ], \
【文件预览】:
barowLSP-master
----README.md(868B)
----plugin()
--------barowLSP.vim(903B)
----autoload()
--------barowLSP.vim(3KB)