vim安装coc插件自动补全

更新时间:2023-05-21 12:50:50 阅读: 评论:0

vim安装coc插件⾃动补全
第⼀步,安和装nodejs和yarn
curl -w.sh | bash
curl --compresd -o- -L /install.sh | bash
第⼆步,打开.vimrc⽂件,在vim.plug配置中安装coc.vim
call plug#begin()
英语校规
" The default plugin directory will be as follows:
"  - Vim (Linux/macOS): '~/.vim/plugged'
"  - Vim (Windows): '~/vimfiles/plugged'
"  - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
" You can specify a custom plugin directory by passing it as the argument
"  - e.g. `call plug#begin('~/.vim/plugged')`
"  - Avoid using standard Vim directory names like 'plugin'
英语口语培训视频
" Make sure you u single quotes
海洛因英文" U relea branch (recommend)
Plug 'neoclide/coc.nvim', {'branch': 'relea'}
" Initialize plugin system
call plug#end()
保存退出后,在VIM普通模式中输⼊命令:
:PlugInstall##安装coc.nvim
:CocInfo##测试是否安装成功
第三步,安装coc语⾔扩展
#vim下输⼊
au是什么意思>takeup:CocInstall coc-clangd ##安装 C/C++/Objective-C 扩展nutz
这⾥cocinstall会⾃动从下载对应的语⾔扩展,但是⽹站被屏蔽,需要修改到阿⾥源。
修改npm⽅法:
1.原npm地址
npm config t registry
美国留学签证费用涨了2.设置国内镜像
a.通过config命令
npm config t registry registry.
npm info underscore (如果上⾯配置正确这个命令会有字符串respon)
b.命令⾏指定bnu
npm --registry registry. info underscore
c.编辑~/.npmrc加⼊下⾯内容
registry = registry.
3.使⽤nrm管理registry地址
a.下载nrm
npm install -g nrm
b.添加registry地址
nrm add npm
nrm add taobao registry.
c.切换npm registry地址
nrm u taobao
公证书英文nrm u npmskyy

本文发布于:2023-05-21 12:50:50,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/117074.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:命令   安装   地址
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图