From a44b4ea524146ea5bd56c5ea189a57dd18252beb Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Sat, 28 Sep 2019 17:27:07 +0100 Subject: [PATCH] Add `.gitattributes' and `TODO' files. --- .gitattributes | 5 +++++ TODO | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 TODO diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1d2ef80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# See: https://axvr.io/projects/ascribe/ +* text=auto eol=lf final-newline trim-trailing-whitespace +*.vim line-length=78 expand-tab tab-stop=4 +doc/* line-length=78 expand-tab tab-stop=4 +*.md line-length=80 expand-tab tab-stop=4 diff --git a/TODO b/TODO new file mode 100644 index 0000000..c83270e --- /dev/null +++ b/TODO @@ -0,0 +1,13 @@ +MAYBE: + - Better link syntax highlighting (more similar to links in vim-markdown) + - Syntax highlight bullets and checkboxes + - Option to enable/disable folding (similar to g:markdown_folding) + - Different syntax group for heading delimiters + - Change log in Vim doc + +UNLIKELY: + - Add working links + - Maybe utilise Vim-Waikiki and override default Vim mappings + - Open man pages (use ':h :Man') + - Add 'org-store-link' and 'org-insert-link' implementations + - Implement Emacs's abbreviations (e.g. '\')