mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Remove orgmode plugin, #360
This commit is contained in:
@@ -716,14 +716,6 @@ au! BufRead,BufNewFile *.cl set filetype=opencl
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'org') == -1
|
||||
augroup filetypedetect
|
||||
" org, from org.vim in jceb/vim-orgmode
|
||||
autocmd BufNewFile,BufRead *.org setfiletype org
|
||||
"autocmd BufNewFile,BufReadPost org:todo* setfiletype orgtodo
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'perl') == -1
|
||||
augroup filetypedetect
|
||||
" perl, from mason-in-html.vim in vim-perl/vim-perl
|
||||
|
||||
Reference in New Issue
Block a user