vim lsp 安装配置

  1. vim-lsp 方案

基于 Language Server Protocol 通用协议作为支撑,结合各语言的 server 支持,以 vim 作为 client,完成在 vim 上进行编程语言开发。

vim-lsp 方案

使用插件 vim-lsp,结合 vim-lsp-settings 作为实现方案。

" 使用vim-plug 插件管理工具安装,使用指南 https://vimjc.com/vim-plug.html
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'

转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 nickchenyx@gmail.com

Title:vim lsp 安装配置

Count:97

Author:nickChen

Created At:2020-11-10, 10:26:08

Updated At:2023-05-08, 23:27:10

Url:http://nickchenyx.github.io/2020/11/10/vim-lsp-ready/

Copyright: 'Attribution-non-commercial-shared in the same way 4.0' Reprint please keep the original link and author.