From 4d77b7e3165196342f7a6cc83eb549b63735ff5b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 26 Dec 2023 23:48:55 +0800 Subject: Add neovim config --- .vim/after/plugin/hop.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vim/after/plugin/hop.vim (limited to '.vim/after/plugin/hop.vim') diff --git a/.vim/after/plugin/hop.vim b/.vim/after/plugin/hop.vim new file mode 100644 index 0000000..03ea18e --- /dev/null +++ b/.vim/after/plugin/hop.vim @@ -0,0 +1,14 @@ +if !has('nvim') + finish +endif + +packadd hop.nvim + +noremap f :HopChar1 +noremap s :HopChar2 + +noremap w :HopWord + +lua <