main dotfiles / dot_config / vim / vimrc
Eric Bower  ·  2026-07-03
 1set tabstop=2
 2set shiftwidth=2
 3set softtabstop=2
 4set expandtab
 5set nowrap
 6set autoread
 7set backspace=indent,eol,start
 8set shell=/bin/bash
 9set colorcolumn=100
10set completeopt=menuone,noselect,popup
11set wildmode=lastused,full
12set pumheight=15
13set laststatus=0
14set undofile
15set ignorecase
16set smartcase
17set noswapfile
18
19syntax on
20filetype plugin indent on
21set background=dark
22colorscheme default