Skip to content

Instantly share code, notes, and snippets.

@allamasln
Last active May 1, 2023 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allamasln/56664e989199063b92ddf6f426344ca4 to your computer and use it in GitHub Desktop.
Save allamasln/56664e989199063b92ddf6f426344ca4 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
syntax on
filetype plugin indent on
set modelines=0
set rnu
set ruler
set visualbell
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set noshiftround
set scrolloff=3
set backspace=indent,eol,start
set hidden
set ttyfast
set laststatus=2
set showmode
set showcmd
set ignorecase
set smartcase
set showmatch
set t_Co=256
set background=dark
let g:solarized_termcolors=256
let g:solarized_termtrans=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment