Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created April 8, 2024 13:49
Show Gist options
  • Save chrisxaustin/239d57adf10c71e05955e884bb956d64 to your computer and use it in GitHub Desktop.
Save chrisxaustin/239d57adf10c71e05955e884bb956d64 to your computer and use it in GitHub Desktop.
set maxmempattern=30000
set nocompatible
set nowrap
set noswapfile
set background=dark
set ai
set ts=2
set shiftwidth=2
set et
set textwidth=0
set bs=2
set ruler
set formatoptions=clr
set sm
set smartcase
set ic
set incsearch
set cindent
set hls
"colors jellybeans
set cinkeys-=0#
set cinoptions=(0,W2s,)100,*100,g0
set comments=:#
set guifont=Menlo\ Regular:h16
syntax on
hi search term=underline,bold cterm=underline,bold ctermbg=none ctermfg=none
set rtp+=/usr/local/opt/fzf
" Pathogen is a tool for managing vim runtimepath, not something suspicious.
" Wish they didn't name it 'infect'
"filetype plugin indent on
"execute pathogen#infect()
autocmd BufRead *.sls :set ai
set guifont=Consolas:h14:cANSI:qDRAFT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment