Skip to content

Instantly share code, notes, and snippets.

@monajalal
Created September 24, 2020 06:49
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 monajalal/415f66df58f17a04324f51d3a526e764 to your computer and use it in GitHub Desktop.
Save monajalal/415f66df58f17a04324f51d3a526e764 to your computer and use it in GitHub Desktop.
my ~/.vimrc
set nocompatible
syntax on
set autoindent
set hlsearch
set ignorecase
set incsearch
set smartcase
set ruler
set title
set background=dark
set spell
set backspace=indent,eol,start
set showmatch
set history=1000
set undolevels=1000
filetype plugin indent on
autocmd filetype python set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment