安装 因为许多Unix衍生系统已经预装了Vim,我们首先要确认编辑器是否成功安装: vim --version 如果已经安装了,你应该看到类似下面的文字: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 5 2014 21:00:28) Compiled by root@apple.com Normal version without GUI. Features included (+) or not (-): -arabic +autocmd
配置基于Vim的Python开发环境插件 Vundle YouCompleteMe NERDTree Vim-Jinja2-Syntax set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begi
1 - 安装Sublime Text 3 到官网下载对应的版本,如下: OS X (10.7 or later is required) Windows - also available as a portable version Windows 64 bit - also available as a portable version Ubuntu 64 bit - also available as a tarball for other Linux distributions. Ubunt
前言 一直以来我都使用 sublime text 作为主流开发的 ide ,但其实我开始在我的 linux mint 系统使用 sublime text 配置 python3 的开发环境踩过的坑又何止一两个,所以有了这篇文章, 本片文章是针对linux系统配置 sublime text 为python3 的开发环境, 毕竟windows 上没什么问题的 1.输入中文问题 在linux系统上sublime text 第一个问题可能就是输入不了中文了,这里我不说怎么编译 那个.so 文件了,因为对新