https://github.com/slclub/linux-vim
study
https://github.com/slclub/linux-vim
Last synced: 3 months ago
JSON representation
study
- Host: GitHub
- URL: https://github.com/slclub/linux-vim
- Owner: slclub
- Created: 2015-06-24T09:11:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T05:24:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-06T18:47:44.780Z (4 months ago)
- Language: VimL
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vim 自动化配置
===
> 用以实现vim bash git tmux tmuxp的快速配置### 初始支持
* 使用Vundle对插件进行管理
* 默认支持PHP/Python/JS/CSS/HTML/NGINX语法高亮
* 更多配置详情请看vimrc### 依赖
* git
* vim >= v7.3### 安装
$ cd ~/ && git clone https://github.com/slclub/linux-vim.git .vim
$ ./install.sh
### 除vim外其他个人习惯的配置* bashrc
* tmux
* tmuxp
* gitconfig### vim扩展组件说明
#### nerdtree
单独安装nerdtree
$ cd ~/.vim/bundle
$ git clone https://github.com/scrooloose/nerdtree#### other
.......