add neovim support

This commit is contained in:
Niccolo Borgioli 2022-03-31 15:45:52 +02:00
parent ec5457e430
commit d75acf19a4
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3100
SETUVAR __fish_initialized:3400
SETUVAR fish_color_autosuggestion:555\x1ebrblack
SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:005fd7
@ -31,3 +30,4 @@ SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr

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()

View File

@ -10,6 +10,7 @@
~/.gitconfig: files/git/gitconfig
~/.vim: files/vim
~/.vimrc: files/vimrc
~/.config/nvim/init.vim: files/vimrc
~/.config/fish: files/fish
~/.config/omf: files/omf
~/.config/key-mapper: files/key-mapper