Skip to content

Instantly share code, notes, and snippets.

View brian-lamb-software-engineer's full-sized avatar
🎯
Focusing

Brian Lamb brian-lamb-software-engineer

🎯
Focusing
  • Bleeding Edge Websites
  • Portland, Oregon USA (PDX)
View GitHub Profile
@brian-lamb-software-engineer
brian-lamb-software-engineer / gist:4affb959bb661cc5d8f92f5eadc0871e
Created January 4, 2024 16:59
my vimrc, tailored for colors, and gnu screen. using xterm-256color
" .vimrc
"-----------------Load Plugins------------------"
" https://github.com/tpope/vim-pathogen a vim package manager, that simply
" categorizes plugins through the ~/.vim/bundle dir, instead of
" confusingly cluttered in the root dir
" see plugins in the bundle dir.
" -puppet file sytax highlighting
execute pathogen#infect()