Skip to content

shaohk/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 配置改进而成