diff --git a/files/fish/fish_variables b/files/fish/fish_variables index 48ec6b2..663230c 100644 --- a/files/fish/fish_variables +++ b/files/fish/fish_variables @@ -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 diff --git a/files/vimrc b/files/vimrc index 4a37aba..572409f 100644 --- a/files/vimrc +++ b/files/vimrc @@ -15,6 +15,8 @@ set undodir=~/.vim/undodir set undofile set incsearch +nmap (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() diff --git a/install.conf.yaml b/install.conf.yaml index ffc608d..01324a0 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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