Skip to content

aiopsclub/vim_for_devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-for-devops

A vim ide install script, it support code highlight, automatic code completion for shell or python or golang.

Requirements

  • Vim >= 8.1 (most features needed +python or +python3 support)
  • golang >= 1.11
  • python >= 3.6

This script will auto install all software.

Import: it only run Centos7

Usage

(Back to top)

git clone https://github.com/yxxhero/vim_for_devops.git
cd vim_for_devops
bash ./install.sh install

ScreenShot

python 代码检查以及自动补全和代码高亮

python 代码检查以及自动补全和代码高亮

python isort自动格式化import相关的库

python isort自动格式化import相关的库

python目录树以及自动pep8格式化代码

python目录树以及自动pep8格式化代码

shell自动补全和代码高亮

shell自动补全和代码高亮

golang 自动补全和代码高亮 代码检查自动格式化 自动import未导入的包 golang 自动补全和代码高亮 代码检查自动格式化 自动import未导入的包

Uninstallation

(Back to top)

bash install.sh clean