Skip to content

Commit

Permalink
Remove orgmode plugin, #360
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Mar 4, 2019
1 parent 1597b7b commit 288b0d2
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 842 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of language packs for Vim.
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
- It **installs and updates 100+ times faster** than the <!--Package Count-->118<!--/Package Count--> packages it consists of.
- It **installs and updates 100+ times faster** than the <!--Package Count-->117<!--/Package Count--> packages it consists of.
- Solid syntax and indentation support (other features skipped). Only the best language packs.
- All unnecessary files are ignored (like enormous documentation from php support).
- No support for esoteric languages, only most popular ones (modern too, like `slim`).
Expand Down Expand Up @@ -111,7 +111,6 @@ If you need full functionality of any plugin, please use it directly with your p
- [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin)
- [octave](https://github.com/vim-scripts/octave.vim--) (syntax)
- [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin)
- [org](https://github.com/jceb/vim-orgmode) (syntax, indent, ftplugin)
- [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin)
- [pgsql](https://github.com/exu/pgsql.vim) (syntax)
- [php](https://github.com/StanAngeloff/php.vim) (syntax)
Expand Down
1 change: 0 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ PACKS="
ocaml:jrk/vim-ocaml
octave:vim-scripts/octave.vim--
opencl:petRUShka/vim-opencl
org:jceb/vim-orgmode
perl:vim-perl/vim-perl
pgsql:exu/pgsql.vim
php:StanAngeloff/php.vim
Expand Down
8 changes: 0 additions & 8 deletions ftdetect/polyglot.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
173 changes: 0 additions & 173 deletions ftplugin/org.vim

This file was deleted.

137 changes: 0 additions & 137 deletions indent/org.vim

This file was deleted.

Loading

0 comments on commit 288b0d2

Please sign in to comment.