Skip to content

Instantly share code, notes, and snippets.

@pabloalr
Last active December 6, 2022 15:01
Show Gist options
  • Select an option

  • Save pabloalr/190746 to your computer and use it in GitHub Desktop.

Select an option

Save pabloalr/190746 to your computer and use it in GitHub Desktop.
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