justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.26k stars 88 forks source link

Label Mode Won't Turn On #269

Closed bscuron closed 3 years ago

bscuron commented 3 years ago

I am having trouble turning on label mode. On my desktop it works, but on my laptop it does not. I put this line into my .vimrc, but it still stays in the regular vim sneak mode:

let g:sneak#label = 1

Please let me know if I am doing something wrong.

bscuron commented 3 years ago

nvm i needed the conceal feature

qubist commented 2 years ago

How did you fix this? I'm having the same issue

qubist commented 2 years ago

For anyone else searching, here's the answer:

From the documentation:

    1: Enable |sneak-label-mode| if the Vim |+conceal| feature is available.

I'm on macOS and Apple's default Vim isn't complied with the +conceal feature. You can use vim --version to confirm this.

Now vim --version or :version inside Vim should show +conceal