diff options
author | Guangxiong Lin <[email protected]> | 2024-05-24 20:00:42 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-05-24 20:00:42 +0800 |
commit | e5407b95acf41e1240d43b95feea6e661e10f1ec (patch) | |
tree | 5658bb5f76750ab24867d4187dad4b42eb8a3499 | |
parent | 27aab8cf412981779a2e78e4112c2d0e088e398e (diff) | |
download | dotfiles-e5407b95acf41e1240d43b95feea6e661e10f1ec.tar.gz dotfiles-e5407b95acf41e1240d43b95feea6e661e10f1ec.tar.bz2 dotfiles-e5407b95acf41e1240d43b95feea6e661e10f1ec.zip |
Use quickfix for lsp by default
-rw-r--r-- | .vim/after/plugin/yegappan-lsp.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/yegappan-lsp.vim b/.vim/after/plugin/yegappan-lsp.vim index 479bcd6..64569e6 100644 --- a/.vim/after/plugin/yegappan-lsp.vim +++ b/.vim/after/plugin/yegappan-lsp.vim @@ -49,6 +49,7 @@ call LspOptionsSet(#{ \ autoComplete: v:false, \ omniComplete: v:true, \ completionMatcher: "fuzzy", + \ useQuickfixForLocations: v:true, \ }) function! s:on_lsp_attached() abort |