Skip to content

Instantly share code, notes, and snippets.

@bis83
Last active October 28, 2020 14:32
Show Gist options
  • Save bis83/a8faaef6cce201baeb73 to your computer and use it in GitHub Desktop.
Save bis83/a8faaef6cce201baeb73 to your computer and use it in GitHub Desktop.
my vimrc
:set nocompatible
:set hlsearch
:set smartindent
:set autoindent
:set expandtab
:set smarttab
:set tabstop=2
:set shiftwidth=2
:set number
:set ruler
:set title
:set backspace=eol,start,indent
:syntax on
au BufNewFile,BufRead *.md set filetype=markdown
au BufNewFile,BufRead *.sld set filetype=scheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment