We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d705f2 commit ab78195Copy full SHA for ab78195
docs/docs/09-developer-tools/02-ide-support.md
@@ -365,8 +365,6 @@ function! s:on_lsp_buffer_enabled() abort
365
nmap <buffer> [g <plug>(lsp-previous-diagnostic)
366
nmap <buffer> ]g <plug>(lsp-next-diagnostic)
367
nmap <buffer> K <plug>(lsp-hover)
368
- nnoremap <buffer> <expr><c-f> lsp#scroll(+4)
369
- nnoremap <buffer> <expr><c-d> lsp#scroll(-4)
370
371
let g:lsp_format_sync_timeout = 1000
372
autocmd! BufWritePre *.templ call execute('LspDocumentFormatSync')
0 commit comments