/deoplete-lsp

LSP Completion source for deoplete

Primary LanguagePythonOtherNOASSERTION

LSP Completion source for deoplete

Install

Customization

" Use pyls
call lsp#server#add('python', 'pyls')
call lsp#server#add('rust', ['rustup', 'run', 'stable', 'rls'])
call lsp#server#add('go', [expand('$GOPATH/bin/go-langserver'),
      \ '-format-tool', 'gofmt', '-lint-tool', 'golint', '-gocodecompletion'])