diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-23 18:15:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-23 18:15:42 +0800 |
| commit | 3e4b3372c78e4240da66cb7b857922039098adbd (patch) | |
| tree | f4d0ecc7c1d59a70b628ce0c71ece8e220b52817 | |
| parent | 61ac9785cd28d16075aade19272c7464f521ef31 (diff) | |
Add emoji support.
| -rw-r--r-- | plugins.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 6189238..15217a8 100644 --- a/plugins.vim +++ b/plugins.vim @@ -240,6 +240,10 @@ Plug 'elzr/vim-json', { 'for': ['json', 'markdown'] } if g:is_win || g:is_mac Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug'] } endif + +" emoji +" Plug 'https://gitlab.com/gi1242/vim-emoji-ab' +Plug 'fszymanski/deoplete-emoji', {'for': 'markdown'} "}} "{{ Text object plugins @@ -665,6 +669,9 @@ imap ^^ <Plug>AddVimFootnote nmap ^^ <Plug>AddVimFootnote imap @@ <Plug>ReturnFromFootnote nmap @@ <Plug>ReturnFromFootnote + +""""""""""""""""""""""""deoplete-emoji settings"""""""""""""""""""""""""""" +call deoplete#custom#source('emoji', 'converters', ['converter_emoji']) "}} "{{ LaTeX editting |
