neovim0.5版本更新比较大,有一些大佬开始抛弃coc,而使用native lsp了。学习一下记录一下。
我参考的是: https://github.com/craftzdog/dotfiles-public
额外执行
npm i -g typescript typescript-language-server
或者
yarn global add typescript typescript-language-server
错误解决
tree-sitter CLI not found: tree-sitter is not execu table! tree-sitter CLI is needed because swift is marked t hat it needs to be generated from the grammar definit ions to be compatible with nvim!
diagnostic-languageserver
完全使用https://github.com/craftzdog/dotfiles-public的nvim配置后,运行后有如下的错误: cmd [“diagnostic-languageserver”] is not executable.
项目地址: https://github.com/iamcco/diagnostic-languageserver
报错解决
yarn global add diagnostic-languageserver
安装以后,确实不在报错了。 但是也没有感觉出来有什么效果。 看说明这个插件应该是用来提供shell脚本语法检查的。但是我编写.sh文件没有任何提示。
打开多个文件,顶上的选项卡不见了
解决办法:
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
|