mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
5 lines
99 B
VimL
5 lines
99 B
VimL
augroup det_md
|
|
autocmd!
|
|
autocmd BufRead,BufNewFile *.pdc set filetype=markdown
|
|
augroup END
|