Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Add .gitattributes' and TODO' files.
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Sep 28, 2019
1 parent 898e8b8 commit a44b4ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -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. '\<s<TAB>')

0 comments on commit a44b4ea

Please # to comment.