X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=c7930b4e24cba965045381963e153cb155d71936;hb=6b3cd1e80646e11ce56a53ccd15cb0b674dac88f;hp=bcef27286c0acccd5837ce86168f19002fa99063;hpb=e5f988c96b535a975e60ceb642c5ed0f46351f8e;p=dotfiles.git diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index bcef272..c7930b4 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -18,3 +18,5 @@ augroup lsp_install autocmd! autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled() augroup END + +map :call mylsp#qfpopulate():copen