From c7d4dc60a1827ad2ef4748239fe4276140631848 Mon Sep 17 00:00:00 2001 From: gxlin Date: Wed, 28 Apr 2021 10:29:17 +0800 Subject: More config --- .vim/init.vim | 2 +- .vim/plugins/easymotion.vim | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vim/plugins/easymotion.vim (limited to '.vim') diff --git a/.vim/init.vim b/.vim/init.vim index 93bebcc..58f7e0a 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -4,7 +4,7 @@ set nocompatible set number set backspace=indent,eol,start syntax on -set encoding=utf-8 +set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1 set t_Co=256 set showcmd set autoread diff --git a/.vim/plugins/easymotion.vim b/.vim/plugins/easymotion.vim new file mode 100644 index 0000000..ce87f12 --- /dev/null +++ b/.vim/plugins/easymotion.vim @@ -0,0 +1,3 @@ +Plug 'easymotion/vim-easymotion' + +map (easymotion-prefix) -- cgit v1.2.3