Skip to content

Instantly share code, notes, and snippets.

@bujiie
Created December 15, 2021 19:32
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 bujiie/d862c78a8e0a99e6f9a85c65eb028981 to your computer and use it in GitHub Desktop.
Save bujiie/d862c78a8e0a99e6f9a85c65eb028981 to your computer and use it in GitHub Desktop.
set nocompatible
set path+=**
set number
set backspace=indent,eol,start
set autoindent
set noexpandtab
set tabstop=4
set shiftwidth=4
set colorcolumn=80
highlight ColorColumn ctermbg=0 guibg=lightgrey
" enable syntax and plugins (for netrw)
syntax enable
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment