This commit is contained in:
2025-07-02 00:06:47 -07:00
commit f1b2f81de4
99 changed files with 5755 additions and 0 deletions

10
dotfiles/.vimrc Normal file
View File

@ -0,0 +1,10 @@
filetype plugin indent on
"autocmd FileType yaml setlocal ts=2 sts=2 sw=2
"autocmd FileType java,lua,c,cpp,py setlocal ts=4 sts=4 sw=4
set ts=2 sts=2 sw=2
syntax on
set number
set ruler
set expandtab
" set list
" set listchars=tab:>-