mirror of https://tildegit.org/ben/dotfiles
5 lines
147 B
VimL
5 lines
147 B
VimL
|
" Vim file type detection for Gemtext markup
|
||
|
|
||
|
au BufRead,BufNewFile *.gmi set filetype=gemtext
|
||
|
au BufRead,BufNewFile *.gemini set filetype=gemtext
|