Feature: Emoji support conceal and complete

This commit is contained in:
Tinmarino
2020-08-07 02:29:47 -04:00
parent 0693e41132
commit aa628f8a12
6 changed files with 2468 additions and 5 deletions

1830
autoload/vimwiki/emoji.vim Normal file

File diff suppressed because it is too large Load Diff

View File

@ -176,6 +176,7 @@ function! s:read_global_settings_from_user() abort
\ 10: 'October', 11: 'November', 12: 'December'
\ }},
\ 'dir_link': {'type': type(''), 'default': ''},
\ 'emoji_enable': {'type': type(0), 'default': 3, 'min':0, 'max': 3},
\ 'ext2syntax': {'type': type({}), 'default': {'.md': 'markdown', '.mkdn': 'markdown',
\ '.mdwn': 'markdown', '.mdown': 'markdown', '.markdown': 'markdown', '.mw': 'media'}},
\ 'folding': {'type': type(''), 'default': '', 'possible_values': ['', 'expr', 'syntax',