fix typos

This commit is contained in:
AJ ONeal
2020-07-04 08:30:53 +00:00
parent 19d5e023ce
commit 5fcebb78a1
4 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ tagline: |
description: |
`vim-go` provides integration with various official and 3rd part go tooling for linting, vetting, etc.
You'll also need `syntastic` or similar.
You'll also need `ALE`, `syntastic`, or similar.
---
### How to install by hand

View File

@@ -25,7 +25,7 @@ set shell=bash
" or remove it otherwise
packloadall
" turn on the systax checker
" turn on the syntax checker
syntax on
" don't check syntax immediately on open or on quit