fix small bug with indent markers, add notice to README for netrw and gx

This commit is contained in:
kiyan42
2020-06-22 12:22:46 +02:00
parent 545ecbccba
commit 3ca7fd0aed
2 changed files with 9 additions and 5 deletions

View File

@@ -107,6 +107,8 @@ highlight LuaTreeFolderIcon guibg=blue
This plugin is very fast because it uses the `libuv` `scandir` and `scandir_next` functions instead of spawning an `ls` process which can get slow on large files when combining with `stat` to get file informations.
The Netrw vim plugin is disabled, hence features like `gx` don't work accross your windows/buffers. You could use a plugin like [this one](https://github.com/stsewd/gx-extended.vim) if you wish to use that feature.
## Features
- Open file in current buffer or in split with FzF like bindings (`<CR>`, `<C-v>`, `<C-x>`, `<C-t>`)
- File icons with nvim-web-devicons