mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user