Skip to content

Commit

Permalink
add missing bclose.vim readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Illia Danko committed May 11, 2021
1 parent 7b55bdc commit b41cebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Install it with your favorite plugin manager. Example with vim-plug:

Plug 'idanko/lf.vim'

### Optional dependency

If you use neovim, you may want to add bclose.vim plugin (see a section below):

Plug 'rbgrouleff/bclose.vim'

How to use it
-------------

Expand Down Expand Up @@ -60,6 +66,8 @@ let g:NERDTreeHijackNetrw = 0 // add this line if you use NERDTree
let g:lf_replace_netrw = 1 // open LF when vim open a directory
```

In order for this to work you need to install the bclose.vim plugin (see above).

### Setting an other path for the temporary file
lf.vim uses a temporary file to store the path that was chosen, `/tmp/chosenfile` by default.
This can be a problem if you do not have write permissions for the `/tmp` directory, for example on Android.
Expand Down

0 comments on commit b41cebb

Please sign in to comment.