Skip to content

Instantly share code, notes, and snippets.

@lostella
Last active December 8, 2022 12:34
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 lostella/30ec09d36fb226879d1a962169f42493 to your computer and use it in GitHub Desktop.
Save lostella/30ec09d36fb226879d1a962169f42493 to your computer and use it in GitHub Desktop.
syntax on
filetype plugin indent on
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent
set incsearch ignorecase smartcase hlsearch
set wildmode=longest,list,full wildmenu
set ruler laststatus=2 showcmd showmode
set list listchars=trail:»,tab:»-
set fillchars+=vert:\
set wrap breakindent
set encoding=utf-8
set textwidth=0
set hidden
set number
set title
set cursorline
hi CursorLine term=bold cterm=bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment