longkey1 / vim-lf

A vim plugin which uses lf to explore your filesystem and to open files and directories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-lf

Configuration

  • Set lf executable path: let g:lf_executable = 'lf'
  • Custom command to run when lf exits: let g:lf_on_exit = ''
  • Command used to open files: let g:lf_open_mode = 'tabe'

Notes

This plugin is forked from https://github.com/longkey1/vim-ranger

About

A vim plugin which uses lf to explore your filesystem and to open files and directories.


Languages

Language:Vim Script 100.0%