a bunch of little tweaks for working on smaller screens and other readibility things

This commit is contained in:
2025-02-19 22:01:19 -07:00
parent 0db79302d7
commit af6c15c774
7 changed files with 26 additions and 11 deletions

View File

@ -24,6 +24,7 @@ augroup forced_filetype_recognition
autocmd BufRead,BufNewFile git.conf setfiletype gitconfig
autocmd BufRead,BufNewFile */scwrypts/* execute "set filetype=".&filetype.".scwrypts"
autocmd BufRead,BufNewFile *.rs execute "set filetype=rust"
let g:tex_flavor = "latex"
augroup end