Add .gitattributes' and TODO' files.
This commit is contained in:
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@@ -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
TODO
Normal file
13
TODO
Normal file
@@ -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>')
|
||||
Reference in New Issue
Block a user