This commit is contained in:
2026-01-02 14:45:23 -08:00
parent 8b607377fc
commit 2812373aa8
11 changed files with 355 additions and 36 deletions

View File

@@ -10,6 +10,11 @@ set tabstop=4
set smartindent
set backspace=indent,eol,start
set colorcolumn=81
"hi ColorColumn ctermbg=lightgrey guibg=lightgrey
set textwidth=80
set wrap
set linebreak
set autoread " Set to auto read when a file is changed from the outside
set path+=**
@@ -20,14 +25,10 @@ set wildoptions=pum
set wildignore+=*/tmp/*,*.so,*.swp,*.zip
set wildignore+=*\\tmp\\*,*.exe
set number
set number ruler
set showmatch
set ruler
set wrap
set showbreak=↳\ \
set hidden
set backspace=indent,eol,start
set hlsearch
set noswapfile
set mouse= "remove mouse
@@ -39,7 +40,6 @@ set laststatus=1
set t_Co=256
let &t_ut=''
set colorcolumn=81
"hi ColorColumn ctermbg=lightgrey guibg=lightgrey
" Show bad whitespace in an obvious but not obnoxious color