Last active
December 6, 2022 15:01
-
-
Save pabloalr/190746 to your computer and use it in GitHub Desktop.
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
| syntax on | |
| filetype on | |
| filetype plugin on | |
| filetype indent on | |
| set tabstop=2 | |
| set ts=2 | |
| set softtabstop=2 | |
| set shiftwidth=2 | |
| set expandtab | |
| set autoindent | |
| set smartindent | |
| set smarttab | |
| set ruler | |
| set relativenumber | |
| set number | |
| set foldmethod=indent | |
| set foldcolumn=4 | |
| set foldlevel=3 | |
| set encoding=utf8 | |
| set fileencoding=utf8 | |
| set bg=dark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment