VIM configuration

This commit is contained in:
2023-03-25 23:05:03 +01:00
parent 3a3ed827ee
commit 3aaed93391
3 changed files with 159 additions and 0 deletions

3
vim/filetype.vim Normal file
View File

@@ -0,0 +1,3 @@
augroup filetypedetect
au BufNewFile,BufRead *.ums setf umlspeed
augroup END