vim-lf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 46963d3181eff186bf717db1129f74120832623f
parent be732d35bbf28695d7291719430841972b93e3c4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 15 Apr 2020 12:53:47 +0200

Update README

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -23,5 +23,9 @@ The plugin exposes two normal mode mappings: There are no default mappings (by design, so as not to force mappings on users), so you need to map these `<Plug>`s yourself. +**Disclaimer:** this code is not extensively tested. +It works for me, running Vim 8.2 in the terminal on macOS, but it's not guaranteed to work for others. +It might not work in Neovim, as I don't use Neovim. + ## Acknowledgements Inspired by [ptzz/lf.vim](https://github.com/ptzz/lf.vim) and lf's [Vim plugin](https://github.com/gokcehan/lf/blob/master/etc/lf.vim).