Skip to content

Instantly share code, notes, and snippets.

@RankoR
Last active May 20, 2022 16:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RankoR/75b42658ade344304fe271b0b5cca081 to your computer and use it in GitHub Desktop.
Save RankoR/75b42658ade344304fe271b0b5cca081 to your computer and use it in GitHub Desktop.
set encoding=utf-8
set mouse=
set tabstop=4
set shiftwidth=4
set expandtab
set number
syntax on
set et
set ai
set cin
set showmatch
set hlsearch
set incsearch
set ignorecase
set listchars=tab:··
set list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment