From d1d0efe9e7383191eda5aadee7bea646fac7fe28 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 18 Oct 2021 23:46:20 +0800 Subject: doc update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c58500d..5c46f5b 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ is guaranteed.** # Features # + Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim). -+ Code auto-completion via [nvim-compe](https://github.com/hrsh7th/nvim-compe) and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). ++ Code auto-completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). + Git integration via [vim-fugitive](https://github.com/tpope/vim-fugitive). + Better escaping from insert mode via [better-escape.vim](https://github.com/jdhao/better-escape.vim). + Ultra-fast project-wide fuzzy searching via [LeaderF](https://github.com/Yggdroot/LeaderF). + Faster code commenting via [vim-commentary](https://github.com/tpope/vim-commentary). + Faster matching pair insertion and jump via [delimitMate](https://github.com/Raimondi/delimitMate). + Smarter and faster matching pair management (add, replace or delete) via [vim-sandwich](https://github.com/machakann/vim-sandwich). -+ Fast buffer jump via [vim-sneak](https://github.com/justinmk/vim-sneak). ++ Fast buffer jump via [hop.nvim](https://github.com/phaazon/hop.nvim). + Ultra fast snippet insertion via [Ultisnips](https://github.com/SirVer/ultisnips). + Beautiful status line via [vim-airline](https://github.com/vim-airline/vim-airline). + Better quickfix list with [nvim-bqf](https://github.com/kevinhwang91/nvim-bqf). @@ -81,7 +81,7 @@ is guaranteed.**

-## Cursor jump via vim-sneak +## Cursor jump via hop.nvim Go to a string starting with `se` -- cgit v1.2.3