Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

zhangxiaofeng05/simple_vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install

first step

https://github.com/junegunn/vim-plug

second step

see .vimrc

vim

  1. vim : https://github.com/vim/vim

  2. vim config file system config file: /etc/vim/vimrc
    user config file: ~/.vimrc

vim plugin control

name GitHub stars forks
VundleVim https://github.com/VundleVim/Vundle.vim
vim-plug https://github.com/junegunn/vim-plug

my plugin

name GitHub 简介 stars forks
nerdtree https://github.com/preservim/nerdtree 文件树
vim-airline https://github.com/vim-airline/vim-airline vim底栏增强,替代品可用powerline
vim-startify https://github.com/mhinz/vim-startify vim启动的页面

其他的插件

由于用插件管理器安装复杂,特定的安装方式

  1. YouCompleteMe
    https://github.com/ycm-core/YouCompleteMe
# 试试这个命令,看是否已经安装 vim-addons
$ vim-addons
# 如果没有安装 vim-addons,则需安装 vim-addon-manager
$ sudo apt-get install vim-addon-manager
# 开始安装 YouCompleteMe
$ sudo apt-get install vim-youcompleteme
# 将 YCM 加入 addons 管理器中
$ vim-addons install youcompleteme

TODU

    • install.sh
    • uninstall.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published