diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:37:56 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:37:56 +0200 |
commit | 4899585281beab51e5dff1d9ae4d3159244a8275 (patch) | |
tree | 1624741b8d1a5366568addbb90b1119587636459 /packages.yaml | |
parent | 4f997c5c82d49ce3e2791eb0679e992751bf39a7 (diff) | |
download | vim-polyglot-4899585281beab51e5dff1d9ae4d3159244a8275.tar.gz vim-polyglot-4899585281beab51e5dff1d9ae4d3159244a8275.zip |
Add org mode, close #706
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index e272a2e2..f76f522c 100644 --- a/packages.yaml +++ b/packages.yaml @@ -5612,4 +5612,12 @@ filetypes: - name: mermaid patterns: - pattern: '*.mermaid,*.mm,*.mmd' - description: Mermaid (https://mermaid-js.github.io/)
\ No newline at end of file + description: Mermaid (https://mermaid-js.github.io/) +--- +name: org +remote: axvr/org.vim +filetypes: +- name: org + patterns: + - pattern: '*.org' + description: GNU Emacs' Org mode |