vim-lsp
Vim or NeovimでLanguage Serverを使えるようにするvim plugin
/icons/github.iconprabirshrestha/vim-lsp
設定
vim-lsp-settingsを使う
/icons/github.iconmattn/vim-lsp-settings
code:vim-lsp.toml
plugins
repo = 'prabirshrestha/vim-lsp'
plugins
repo = 'mattn/vim-lsp-settings'
on_source = 'prabirshrestha/vim-lsp'
Big Sky :: Vim をモダンな IDE に変える LSP の設定
floating windowをscrollするときhttps://github.com/prabirshrestha/vim-lsp/issues/1161
code:vim
nnoremap <silent><buffer> <expr><c-f> lsp#scroll(+4)
nnoremap <silent><buffer> <expr><c-b> lsp#scroll(-4)
floating windowが存在するときだけ実行する設定
code:vim
autocmd User lsp_float_opened nmap <buffer> <silent> <esc>
\ <Plug>(lsp-preview-close)
autocmd User lsp_float_closed nunmap <buffer> <esc>
#2021-10-11 12:45:00
#2021-10-10 08:33:11