mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-19 12:50:42 +00:00
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
|