Commit 8ecc4cb4 authored by David Symonds's avatar David Symonds

misc/vim: update installation instructions to work better with some Linux distributions.

Fixes #3308.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7301086
parent 6bbd12f1
Vim plugins for Go (http://golang.org)
======================================
To use all the Vim plugins, add these lines to your vimrc.
To use all the Vim plugins, add these lines to your $HOME/.vimrc.
set rtp+=$GOROOT/misc/vim
" Some Linux distributions set filetype in /etc/vimrc.
" Clear filetype flags before changing runtimepath to force Vim to reload them.
filetype off
filetype plugin indent off
set runtimepath+=$GOROOT/misc/vim
filetype plugin indent on
syntax on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment