GitXplorerGitXplorer
s

vim

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
a39e8155cae028046cba72c3687096ce9fca68eb

重新提交

committed 6 years ago
Unverified
88e1dcbf8bd58efda6f48090cdf2928f0ef2529c

调整目录

committed 6 years ago
Unverified
42b332b12b5be4057898daf514e6c99e28d59ddb

change read.me

committed 6 years ago
Unverified
0570c1a7108b110d214f00b8ba0d1a62e4f9e991

change the dir

committed 6 years ago
Unverified
36e3a38594bc6dc7d1b347381b75f89c480cfd41

first commit

committed 6 years ago
Verified
b02a31287eb6a7f59d0b983c95e94d0cd9f197d2

Initial commit

sshaohk committed 6 years ago

README

The README file for this repository.

vim

vimrc; vim8; vim IDE;

本项目是一个基于vim8配置的IDE工具,支持go、python、shell等语法检测,自动补全等功能,包含目录树、代码结构、错误提示窗口等,使用的插件如下:

ack.vim
ale
auto-pairs
bufexplorer
comfortable-motion.vim
ctrlp.vim
goyo.vim
gruvbox
lightline-ale
lightline.vim
mayansmoke
mru.vim
nerdtree
nginx.vim
open_file_under_cursor.vim
rust.vim
snipmate-snippets
syntastic
tabular
tagbar
tlib
vim-abolish
vim-addon-mw-utils
vim-bundle-mako
vim-coffee-script
vim-colors-solarized
vim-commentary
vim-expand-region
vim-flake8
vim-fugitive
vim-gitgutter
vim-go
vim-gocode
vim-indent-object
vim-less
vim-markdown
vim-multiple-cursors
vim-pug
vim-pyte
vim-repeat
vim-snipmate
vim-snippets
vim-surround
vim-yankstack
vim-zenroom2
Vundle.vim
yaml.vim

具体安装操作

mv vim_runtime ~/
sh ~/.vim_runtime/install_awesome_vimrc.sh

本安装包是基于 https://github.com/amix/vimrc 配置改进而成