#
vim-lsp
Here are 5 public repositories matching this topic...
Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
c
vim
cxx
neovim
cpp
vim-plugin
language-server-protocol
nvim
coc
clangd
languageclient
vim-lsp
semantic-highlighting
cquery
ccls
language-server-client
-
Updated
Mar 14, 2021 - Vim script
Vim plugin for lightline.vim and vim-lsp
-
Updated
Feb 16, 2021 - Vim script
Sets up vim-lsp for bash script development.
-
Updated
May 6, 2019 - Vim script
Improve this page
Add a description, image, and links to the vim-lsp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vim-lsp topic, visit your repo's landing page and select "manage topics."
While I quite like the information readily provided by
g:lsp_diagnostics_float_cursorandg:lsp_diagnostics_echo_cursor, their automatic nature doesn't fit my workflow.Would it be difficult to add an avenue to trigger them on-demand, similar to
<plug>(lsp-hover)/:LspHover?Along similar lines, would it be difficult to add a
g:lsp...setting to have<plug>(lsp-next-diganostic)