Skip to content

Commit 29ec916

Browse files
committed
doc
1 parent ec6e92c commit 29ec916

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lines**, **operators** (including repeat `.` and [surround]), motion-repeat
99
**macros**.
1010

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

1414
```vim
1515
let g:sneak#label = 1
@@ -57,6 +57,10 @@ via `z` (because `s` is taken by surround.vim).
5757
Install
5858
-------
5959

60+
Requires Vim 7.3+ or [Nvim](https://neovim.io/). Label-mode requires Vim
61+
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())
62+
instead of the legacy "conceal" feature.
63+
6064
- [vim-plug](https://github.com/junegunn/vim-plug)
6165
- `Plug 'justinmk/vim-sneak'`
6266
- [Pathogen](https://github.com/tpope/vim-pathogen)
@@ -124,6 +128,9 @@ Related
124128
* [clever-f](https://github.com/rhysd/clever-f.vim)
125129
* [vim-extended-ft](https://github.com/svermeulen/vim-extended-ft)
126130
* [Fanf,ingTastic;](https://github.com/dahu/vim-fanfingtastic)
131+
* [IdeaVim-Sneak](https://plugins.jetbrains.com/plugin/15348-ideavim-sneak)
132+
* [leap.nvim](https://github.com/ggandor/leap.nvim)
133+
* [flash.nvim](https://github.com/folke/flash.nvim)
127134

128135
License
129136
-------

doc/sneak.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ To narrow down the issue, run Vim with a minimal configuration: >
500500
vim -u NORC -N +"let g:sneak#label=1" +":set runtimepath+=~/.vim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
501501
502502
or Nvim: >
503-
nvim -u NORC +"let g:sneak#label=1" +":set runtimepath+=~/.local/share/nvim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
503+
nvim -u NORC --cmd "let g:sneak#label=1" +":set runtimepath+=~/.local/share/nvim/bundle/vim-sneak/" +":runtime plugin/sneak.vim"
504504
505505
==============================================================================
506506
CREDITS *sneak-credits*

0 commit comments

Comments
 (0)