Skip to content

Instantly share code, notes, and snippets.

@nicebyte
Created October 7, 2023 08:13
Show Gist options
  • Save nicebyte/abe499c65bc6cd546973be10f4df538a to your computer and use it in GitHub Desktop.
Save nicebyte/abe499c65bc6cd546973be10f4df538a to your computer and use it in GitHub Desktop.

Revisions

  1. nicebyte created this gist Oct 7, 2023.
    18 changes: 18 additions & 0 deletions vimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    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