start the change to alacritty
This commit is contained in:
@ -15,6 +15,7 @@ Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'valloric/youcompleteme'
|
||||
Plugin 'w0rp/ale'
|
||||
Plugin 'chrisbra/unicode.vim'
|
||||
" }}}
|
||||
" ---------------------------------------------------------------------
|
||||
call vundle#end()
|
||||
@ -78,5 +79,7 @@ nmap <Leader>ae <Plug>(ale_next)
|
||||
nmap <Leader>ar <Plug>(ale_previous)
|
||||
nmap <Leader>f <Plug>(ale_fix)
|
||||
|
||||
imap <C-U> <Plug>(UnicodeFuzzy)
|
||||
|
||||
" }}}
|
||||
" ---------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user