vimrc: Snakefile.plot name recognition

This commit is contained in:
2019-12-20 11:18:58 +01:00
parent f31e3dd7dc
commit 14c346d8b1

3
.vimrc
View File

@@ -42,8 +42,9 @@ syntax on
" Set the filetype based on the file's extension, but only if " Set the filetype based on the file's extension, but only if
" 'filetype' has not already been set " 'filetype' has not already been set
augroup filetypedetect augroup filetypedetect
au BufRead,BufNewFile .i3initrc set filetype=sh au BufRead,BufNewFile .i3initrc setfiletype sh
au BufRead,BufNewFile *.config setfiletype conf au BufRead,BufNewFile *.config setfiletype conf
au BufRead,BufNewFile [Ss]nakefile.* setfiletype snakemake
augroup END augroup END
set tabstop=4 " show existing tab with 4 spaces width set tabstop=4 " show existing tab with 4 spaces width