Skip to content

Instantly share code, notes, and snippets.

@nicebyte
Created October 7, 2023 08:13
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 nicebyte/abe499c65bc6cd546973be10f4df538a to your computer and use it in GitHub Desktop.
Save nicebyte/abe499c65bc6cd546973be10f4df538a to your computer and use it in GitHub Desktop.
syntax on
colorscheme peachpuff
colorscheme whisper
set tabstop=2
set shiftwidth=2
set expandtab
set smartindent
set nu
set guioptions -=m
set guioptions -=T
set guioptions -=r
set guioptions -=L
set backspace=indent,eol,start
set colorcolumn=80
set guifont=Cascadia\ Code:h11
set belloff=all
set noswapfile
set foldcolumn=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment