add neovim support

This commit is contained in:
Niccolo Borgioli
2022-03-31 15:45:52 +02:00
parent ec5457e430
commit d75acf19a4
3 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ set undodir=~/.vim/undodir
set undofile
set incsearch
nmap <Space> <Plug>(easymotion-overwin-w)
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
@@ -24,5 +26,6 @@ Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'easymotion/vim-easymotion'
call plug#end()