Added music to S3 Media sync; Updated vim formatting for various filetypes
This commit is contained in:
parent
d2a39e9fe8
commit
ee4e180afb
2
env/env.zsh
vendored
2
env/env.zsh
vendored
@ -33,6 +33,8 @@ S3_SYNC_MEDIA=(
|
||||
#".local/share/dolphin-emu"
|
||||
#"Games/roms"
|
||||
#"Games/wrynscape"
|
||||
"Media/fe10-radiant-dawn-ost"
|
||||
"Media/fiesta-online-ost"
|
||||
"Media/sfx"
|
||||
"Pictures/bg"
|
||||
"Pictures/bg-archives"
|
||||
|
@ -20,8 +20,10 @@ augroup filetype_specific_formatting
|
||||
autocmd FileType cmake call FormatFileType(4, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType cs call FormatFileType(4, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType css call FormatFileType(2, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType sass call FormatFileType(2, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType html call FormatFileType(2, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType javascript call FormatFileType(2, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType typescript call FormatFileType(2, v:true, 'indent', 99, v:false)
|
||||
autocmd FileType vim call FormatFileType(4, v:false, 'marker', 99, v:false)
|
||||
autocmd FileType sh call FormatFileType(4, v:false, 'indent', 99, v:false)
|
||||
autocmd FileType zsh call FormatFileType(4, v:false, 'indent', 99, v:false)
|
||||
@ -39,9 +41,10 @@ augroup filetype_specific_formatting
|
||||
augroup end
|
||||
|
||||
augroup forced_filetype_recognition
|
||||
autocmd BufRead,BufNewFile *.tmux setfiletype tmux
|
||||
autocmd BufRead,BufNewFile *.clisp setfiletype lisp
|
||||
autocmd BufRead,BufNewFile *.lsp setfiletype lisp
|
||||
autocmd BufRead,BufNewFile *.tmux setfiletype tmux
|
||||
autocmd BufRead,BufNewFile *.clisp setfiletype lisp
|
||||
autocmd BufRead,BufNewFile *.lsp setfiletype lisp
|
||||
autocmd BufRead,BufNewFile Dockerfile* setfiletype dockerfile
|
||||
|
||||
let g:tex_flavor = "latex"
|
||||
augroup end
|
||||
|
Loading…
Reference in New Issue
Block a user