Skip to content

Commit ab78195

Browse files
committed
remove lsp scroll
1 parent 9d705f2 commit ab78195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/09-developer-tools/02-ide-support.md

-2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ function! s:on_lsp_buffer_enabled() abort
365365
nmap <buffer> [g <plug>(lsp-previous-diagnostic)
366366
nmap <buffer> ]g <plug>(lsp-next-diagnostic)
367367
nmap <buffer> K <plug>(lsp-hover)
368-
nnoremap <buffer> <expr><c-f> lsp#scroll(+4)
369-
nnoremap <buffer> <expr><c-d> lsp#scroll(-4)
370368
371369
let g:lsp_format_sync_timeout = 1000
372370
autocmd! BufWritePre *.templ call execute('LspDocumentFormatSync')

0 commit comments

Comments
 (0)