KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vim_for_devops
★ 8
Open GitHub ↗
vim golang go python shell
Download README (.md)
Explore Similar Repositories
no-framework-tutorial-ru
:
PHP без фреймворков.
eks-deployer-lambda
:
Example AWS Lambda to interact with AWS EKS kubernetes cluster
douzizhu
:
斗地主源代码
PerformanceProblemsExample
:
A sample repository of a project with some performance problems.
dogboot
:
一款用于nodejs的web框架
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vim_for_devops
?
Download (.md)
# 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)](#vim-for-devops) ```sh git clone https://github.com/yxxhero/vim_for_devops.git cd vim_for_devops bash ./install.sh install ``` # ScreenShot python 代码检查以及自动补全和代码高亮  python isort自动格式化import相关的库  python目录树以及自动pep8格式化代码  shell自动补全和代码高亮  golang 自动补全和代码高亮 代码检查自动格式化 自动import未导入的包  # Uninstallation [(Back to top)](#vim-for-devops) ```sh bash install.sh clean ```