温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

一键打造vim ide 支持python golang shell等高级特性

发布时间:2020-07-27 19:54:20 来源:网络 阅读:650 作者:苑雄雄 栏目:系统运维

1.vim-for-devops

github: https://github.com/yxxhero/vim_for_devops
利用vim插件打造支持python、shell、golang的ide,一键脚本安装,未来支持js。

2.依赖

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

该脚本可自动安装以上依赖。
脚本在centos7上测试通过。

3.使用方法
git clone https://github.com/yxxhero/vim_for_devops.git
cd vim_for_devops
bash ./install.sh install
4. 效果截图

1.golang语言的代码检查、代码高亮、代码自动补全、自动import等特性
一键打造vim ide 支持python golang shell等高级特性
2.shell脚本的代码补全、代码高亮等一键打造vim ide 支持python golang shell等高级特性
3.python自动pep8格式化、目录树支持一键打造vim ide 支持python golang shell等高级特性
4.python的依赖包的格式化,借助isort插件一键打造vim ide 支持python golang shell等高级特性
5.python ide的常用特性支持,包括代码补全高亮,以及语法检查与纠错一键打造vim ide 支持python golang shell等高级特性

5.清理
bash install.sh clean
6. Todo
  • [ ] 插件自定义安装
  • [ ] 更多发行版支持
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI