vim/Gvim安装插件

安装插件

查看插件可以安装的目录

:set runtimepath 查看插件安装加载目录(多目录按优先级排序)

vim-plug
这个vim插件管理工具(管理安装/更新插件)
github老是无法打开或慢,下面是别人克隆到gitee的地址
下载vim-plug插件包

git clone https://gitee.com/lxyoucan/vim-plug.git

只需把包里plug.vim文件复制到 ~/xxx/autoload/ 目录
Linux中设置:

mkdir -p  ~/.vim/autoload/
cp plug.vim  ~/.vim/autoload/

Windows中设置:

mkdir  ~/vimfiles/autoload/
copy  plug.vim  ~/vimfiles/autoload/

3、在vimrc配置

3.1、最简单的方式
直接配置想要安装的git地址就可以了
这里放的是别人克隆到gitee的仓库,因为国内访问GitHub太不稳定。

call plug#begin( '~\vimfiles')		# Windows 用这行,表示插件下载存放的位置
call plug#begin('~/.vim/plugged')	# Linux 用这行 表示插件下载存放的位置(具体自己测试)
Plug 'https://gitee.com/lxyoucan/vim-plug.git'
Plug 'https://gitee.com/ovoll/nerdtree.git'
call plug#end()
map <F10> :NERDTree<CR>		#设置按 F10 打开 nerdtree 目录树

注意 Plug 的 P是个大写字母

设置好后打开或重启vim进入底线命令模式,输入命令
:PlugInstall
注意 P是大写字母

gvim常用插件及其配置文件 支持c,perl,python,latex。 需要自己安装ctags .vim: after compiler doc indent ltags perl-support skeleton syntax autoload c-support ftdetect keymap Makefile plugin snipMate.vim.ct tools colors CVIMSYN ftplugin latextags Makefile.in README.csupport snippets .vim/after: ftplugin plugin syntax .vim/after/ftplugin: c_snippets.vim java_snippets.vim python_pydiction.vim python_snippets.vim sh_snippets.vim .vim/after/plugin: .vim/after/syntax: cpp.vim c.vim java.vim .vim/autoload: acp.vim perlsupportgui.vim perlsupportprofiling.vim perlsupportregex.vim snipMate.vim .vim/colors: desertEx.vim peachpuff.vim zenburn.vim .vim/compiler: tex.vim .vim/c-support: codesnippets doc rc scripts templates wordlists .vim/c-support/codesnippets: calloc_double_matrix.c main.cc print_array.cc.noindent calloc_int_matrix.c Makefile print_double_array.c.noindent main.c Makefile.multi-target.template print_int_array.c.noindent .vim/c-support/doc: ChangeLog c-hotkeys.pdf c-hotkeys.tex .vim/c-support/rc: customization.ctags customization.gvimrc customization.indent.pro customization.vimrc .vim/c-support/scripts: wrapper.sh .vim/c-support/templates: c.comments.template cpp.comments.template cpp.preprocessor.template c.statements.template c.cpp.template cpp.cpp.template cpp.statements.template Templates c.idioms.template cpp.idioms.template c.preprocessor.template Templates~ .vim/c-support/wordlists: c-c++-keywords.list c-c++-keywords.list.bak k+r.list stl_index.list .vim/CVIMSYN: engspchk.contraction engspchk.dialect engspchk.dict engspchk.match engspchk.proper engspchk.rare .vim/doc: acp.jax latexhelp.txt latex-suite-quickstart.css Makefile taglist.txt acp.txt latex-suite latex-suite-quickstart.html Makefile.in tags catalog.xml la
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值