Skip to content

Instantly share code, notes, and snippets.

@l1x
Last active December 14, 2020 07:27
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 l1x/1742013 to your computer and use it in GitHub Desktop.
Save l1x/1742013 to your computer and use it in GitHub Desktop.
.vimrc
colorscheme slate
filetype on
syntax on
set autochdir
set autoindent
set bs=indent,eol,start
set expandtab
set guioptions=ic
set hidden
set hlsearch
set incsearch
set listchars=eol:$,tab:>-,nbsp:~,trail:~
set nocompatible
set nojoinspaces
set ruler
set shiftwidth=2
set showcmd
set tabstop=2
set textwidth=72
set wildmenu
autocmd BufNewFile,BufRead *.md set filetype=markdown
set nocompatible
set bs=indent,eol,start
set ruler
syntax on
set hlsearch
set tabstop=2
set shiftwidth=2
set expandtab
filetype on
au BufNewFile,BufRead *.pill,*.erb set filetype=ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment