Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jul 12, 2023
1 parent ec6e92c commit 29ec916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lines**, **operators** (including repeat `.` and [surround]), motion-repeat
**macros**.

Try *label-mode* for a minimalist alternative to
[EasyMotion](https://github.com/Lokaltog/vim-easymotion):
[EasyMotion](https://github.com/easymotion/vim-easymotion):

```vim
let g:sneak#label = 1
Expand Down Expand Up @@ -57,6 +57,10 @@ via `z` (because `s` is taken by surround.vim).
Install
-------

Requires Vim 7.3+ or [Nvim](https://neovim.io/). Label-mode requires Vim
7.4.792+. With Nvim 0.5+ label-mode is driven by [virtual text](https://neovim.io/doc/user/api.html#nvim_buf_set_extmark())
instead of the legacy "conceal" feature.

- [vim-plug](https://github.com/junegunn/vim-plug)
- `Plug 'justinmk/vim-sneak'`
- [Pathogen](https://github.com/tpope/vim-pathogen)
Expand Down Expand Up @@ -124,6 +128,9 @@ Related
* [clever-f](https://github.com/rhysd/clever-f.vim)
* [vim-extended-ft](https://github.com/svermeulen/vim-extended-ft)
* [Fanf,ingTastic;](https://github.com/dahu/vim-fanfingtastic)
* [IdeaVim-Sneak](https://plugins.jetbrains.com/plugin/15348-ideavim-sneak)
* [leap.nvim](https://github.com/ggandor/leap.nvim)
* [flash.nvim](https://github.com/folke/flash.nvim)

License
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/sneak.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ To narrow down the issue, run Vim with a minimal configuration: >
vim -u NORC -N +"let g:sneak#label=1" +":set runtimepath+=~/.vim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
or Nvim: >
nvim -u NORC +"let g:sneak#label=1" +":set runtimepath+=~/.local/share/nvim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
nvim -u NORC --cmd "let g:sneak#label=1" +":set runtimepath+=~/.local/share/nvim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
==============================================================================
CREDITS *sneak-credits*
Expand Down

0 comments on commit 29ec916

Please sign in to comment.