Skip to content

Commit

Permalink
Some more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awseward committed Jun 5, 2024
1 parent c716c46 commit 9ebdb49
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions vim/vimrc.languages
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
au Filetype diff colorscheme gruvbox
au Filetype gitcommit colorscheme gruvbox
au Filetype haskell colorscheme gruvbox
au FileType python setlocal softtabstop=2 shiftwidth=2 tabstop=2 expandtab
au Filetype ruby setlocal softtabstop=2 shiftwidth=2 tabstop=2 expandtab
au Filetype sql setlocal softtabstop=2 shiftwidth=2 tabstop=2 expandtab
au FileType python setlocal softtabstop=4 shiftwidth=4 tabstop=4 expandtab
au Filetype ruby setlocal softtabstop=2 shiftwidth=2 tabstop=2 expandtab
au Filetype sql setlocal softtabstop=2 shiftwidth=2 tabstop=2 expandtab

0 comments on commit 9ebdb49

Please sign in to comment.