diff options
author | Christian Chiarulli <[email protected]> | 2021-03-14 15:10:28 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-14 15:10:28 -0400 |
commit | 0dc3c5030b778d5256cad5d9529e9ecf7fbfb233 (patch) | |
tree | 420e44f62d95d138eec36baa4d1bd5b6c9390ae6 /plug-config/lsp-saga.vim | |
parent | d002b0419a8621c5575c14119d0b8d9c4a7a44a0 (diff) |
The Lua Journey Begins...
Diffstat (limited to 'plug-config/lsp-saga.vim')
-rw-r--r-- | plug-config/lsp-saga.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plug-config/lsp-saga.vim b/plug-config/lsp-saga.vim deleted file mode 100644 index 91e1d01c..00000000 --- a/plug-config/lsp-saga.vim +++ /dev/null @@ -1,9 +0,0 @@ - " TODO find way to add doc abilities back for compe - nnoremap <silent> K <cmd>lua require('lspsaga.hover').render_hover_doc()<CR> - " -- scroll down hover doc or scroll in definition preview - nnoremap <silent> <C-f> <cmd>lua require('lspsaga.action').smart_scroll_with_saga(1)<CR> - " -- scroll up hover doc - nnoremap <silent> <C-b> <cmd>lua require('lspsaga.action').smart_scroll_with_saga(-1)<CR> - " signature - nnoremap <silent> gs <cmd>lua require('lspsaga.signaturehelp').signature_help()<CR> - |