start the change to alacritty

This commit is contained in:
2023-11-14 13:05:09 -07:00
parent d12f727e2e
commit bd3a592b70
3 changed files with 16 additions and 0 deletions

View File

@ -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)
" }}}
" ---------------------------------------------------------------------