curl -fsSL 'https://gist.githubusercontent.com/touero/dab61be793ad363596e26ce7d44057b5/raw/926b7f8386bd6c1faba7ec3b9dfa56ea81262642/install.sh' | sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible | |
| syntax on | |
| set encoding=utf-8 | |
| set number | |
| set relativenumber | |
| set showmatch | |
| set ruler | |
| set laststatus=2 |