mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
add plugin unicode.vim
This commit is contained in:
parent
6ca0567af6
commit
cbb49028d4
@ -229,6 +229,8 @@ Plug 'fszymanski/deoplete-emoji', {'for': 'markdown'}
|
||||
if g:is_mac
|
||||
Plug 'rhysd/vim-grammarous'
|
||||
endif
|
||||
|
||||
Plug 'chrisbra/unicode.vim'
|
||||
"}}
|
||||
|
||||
"{{ Text object plugins
|
||||
@ -669,6 +671,9 @@ if g:is_mac
|
||||
\ }
|
||||
endif
|
||||
|
||||
""""""""""""""""""""""""unicode.vim settings""""""""""""""""""""""""""""""
|
||||
nmap ga <Plug>(UnicodeGA)
|
||||
|
||||
""""""""""""""""""""""""deoplete-emoji settings""""""""""""""""""""""""""""
|
||||
call deoplete#custom#source('emoji', 'converters', ['converter_emoji'])
|
||||
"}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user