|
1 | 1 | # vim-go
|
2 | 2 |
|
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. |
9 | 9 |
|
10 | 10 | 
|
11 | 11 |
|
@@ -35,9 +35,8 @@ individual feature can be disabled/enabled easily.
|
35 | 35 |
|
36 | 36 | ## Install
|
37 | 37 |
|
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: |
41 | 40 |
|
42 | 41 | ```bash
|
43 | 42 | $ cd ~/.vim/bundle
|
|
0 commit comments