vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

Documentation is inaccessible with :help #59

Closed paddor closed 3 years ago

paddor commented 3 years ago

I guess it's due to the directory structure under doc/. I expect something like :help vifm to work.

xaizek commented 3 years ago

You need to generate tags using Vim's :helptags command. Enter doc/ and run :helptags . in Vim.

paddor commented 3 years ago

Thanks. Clumsy me actually installed vifm/vifm as a Vim package instead of vifm/vifm.vim.