]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Quickfix population based on LSP
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index bcef27286c0acccd5837ce86168f19002fa99063..c7930b4e24cba965045381963e153cb155d71936 100644 (file)
@@ -18,3 +18,5 @@ augroup lsp_install
     autocmd!
     autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
 augroup END
+
+map <F6> :call mylsp#qfpopulate()<CR>:copen<CR>