dotfiles/vim/plugins/ultisnips/ftdetect/snippets.vim

5 lines
107 B
VimL
Raw Normal View History

2018-04-05 13:06:54 +02:00
" recognize .snippet files
if has("autocmd")
autocmd BufNewFile,BufRead *.snippets setf snippets
endif