Skip to content

Commit 9d85a43

Browse files
committed
vim-go: remove misc/vim notes
1 parent 1753dfd commit 9d85a43

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# vim-go
22

3-
Go (golang) support for Vim. Contains official misc/vim files. It comes with
4-
pre-defined sensible settings (like auto gofmt on save), has autocomplete,
5-
snippet support, improved syntax highlighting, go toolchain commands, etc...
6-
If needed vim-go installs all necessary binaries for providing seamless Vim
7-
integration with current commands. It's highly customizable and each
8-
individual feature can be disabled/enabled easily.
3+
Go (golang) support for Vim. It comes with pre-defined sensible settings (like
4+
auto gofmt on save), has autocomplete, snippet support, improved syntax
5+
highlighting, go toolchain commands, etc... If needed vim-go installs all
6+
necessary binaries for providing seamless Vim integration with current
7+
commands. It's highly customizable and each individual feature can be
8+
disabled/enabled easily.
99

1010
![vim-go](https://dl.dropboxusercontent.com/u/174404/vim-go.png)
1111

@@ -35,9 +35,8 @@ individual feature can be disabled/enabled easily.
3535

3636
## Install
3737

38-
First of all, do not use it with other Go plugins. It already contains the
39-
official misc/vim. If you use pathogen, just clone it into your bundle
40-
directory:
38+
First of all, do not use it with other Go plugins. If you use pathogen, just
39+
clone it into your bundle directory:
4140

4241
```bash
4342
$ cd ~/.vim/bundle

addon-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vim-go",
3-
"description": "Full featured Go (golang) support for Vim. Contains official misc/vim files.",
3+
"description": "Full featured Go (golang) support for Vim.",
44
"author": "Fatih Arslan <[email protected]>",
55
"repository" : {"type": "git", "url": "https://github.com/fatih/vim-go.git"}
66
}

doc/vim-go.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ CONTENTS *go-contents*
2525
===============================================================================
2626
INTRO *go-intro*
2727

28-
Go (golang) support for Vim. Contains official misc/vim files. vim-go installs
29-
automatically all necessary binaries for providing seamless Vim integration.
30-
It comes with pre-defined sensible settings (like auto gofmt on save), has
31-
autocomplete, snippet support, improved syntax highlighting, go toolchain
32-
commands, etc... It's highly customizable and each individual feature can be
33-
disabled/enabled easily.
28+
Go (golang) support for Vim. vim-go installs automatically all necessary
29+
binaries for providing seamless Vim integration. It comes with pre-defined
30+
sensible settings (like auto gofmt on save), has autocomplete, snippet
31+
support, improved syntax highlighting, go toolchain commands, etc... It's
32+
highly customizable and each individual feature can be disabled/enabled
33+
easily.
3434

3535
* Improved Syntax highlighting, such as Functions, Operators, Methods..
3636
* Auto completion support via `gocode`

0 commit comments

Comments
 (0)