vim-lsp
- ale.vim
- prabirshrestha/vim-lsp
- mattn/vim-lsp-settings
- vim-lspの設定をかんたんにする
- language serverのインストールを
:LspInstallServer
:LspUninstallServer
で行う
-
hook_add = '''
let g:lsp_settings = {}
let g:lsp_settings_filetype_go = ['gopls', 'golangci-lint-langserver']
let g:lsp_settings['gopls'] = {
\ 'workspace_config': {
\ 'usePlaceholders': v:true,
\ },
\ 'initialization_options': {
\ 'usePlaceholders': v:true,
\ },
\}
'''
- prabirshrestha/asyncomplete.vim
- prabirshrestha/asyncomplete-lsp.vim
- スニペット補完
- prabirshrestha/asyncomplete-ultisnips.vim
- SirVer/ultisnips
- hona/vim-snippets
LSP Language Server Protocol
Link