Use Vim as a Python IDE I love vim and often use it to write Python code. Here are some useful plugins and tools for building a delightful vim python environment, escpecially for Vim8: 我喜欢vim,经常用它来编写Python代码.以下是一些有用的插件和工具,用于构建令人愉快的vim-python环境,尤其是vim…
个人的插件和配置 set nocompatible " 去除VI一致性,必须要添加 filetype off " 必须要添加 " advanced keys " :qa! close all the tabs set cursorline set nu " parameter for ctags set autochdir set tags=tags; " parameter for NERDTree " autocmd VimEnte…
开始决定丢弃鼠标,所以准备用vim了. 那么在vim里面如何搭建golang环境呢? git盛行之下,搭建vim环境是如此简单. 而且vim搭建好了之后,基本上跟IDE没有差别. 高亮.自动补全.自动格式化.查看定义跳转.语法检测等等等等, 简直是不要不要的: Improved Syntax highlighting with items such as Functions, Operators, Methods. Auto completion support via gocode Bette…