From b0823d20685d0c03e70de3abfc85d79a8188d292 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 28 Jan 2016 18:14:32 +0100 Subject: Change twig provider, close #102 --- ftdetect/polyglot.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 52b1768d..dfc9c981 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -450,11 +450,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'toml') == -1 autocmd BufNewFile,BufRead *.toml set filetype=toml autocmd BufNewFile,BufRead Cargo.lock set filetype=toml endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'twig') == -1 - -autocmd BufNewFile,BufRead *.twig set filetype=twig -autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig -endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1 autocmd BufNewFile,BufRead *.ts,*.tsx setlocal filetype=typescript -- cgit v1.2.3