diff --git a/vim/.vimrc b/vim/.vimrc index 6a44d9f..2b54702 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -330,6 +330,7 @@ nnoremap :nohl " enable omni-completion set omnifunc=syntaxcomplete#Complete +imap " force some files to be specific file type au bufnewfile,bufRead $SNIPPETS/md/* set ft=pandoc