diff --git a/.github/screenshot.png b/.github/screenshot.png new file mode 100644 index 00000000..c22b2687 Binary files /dev/null and b/.github/screenshot.png differ diff --git a/.github/tree.png b/.github/tree.png deleted file mode 100644 index e8c0ec53..00000000 Binary files a/.github/tree.png and /dev/null differ diff --git a/README.md b/README.md index b45f2727..7bff8571 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ nnoremap n :LuaTreeRefresh ## Screenshot -![alt text](.github/tree.png?raw=true "file explorer") +![alt text](.github/screenshot.png?raw=true "file explorer") ## TODO - use libuv functions instead of `touch` and `mkdir` in `create_file()` and allow file creation with path like `foo/bar/baz` @@ -57,4 +57,4 @@ nnoremap n :LuaTreeRefresh - cd command to move faster accross the fs if needed - quickly find file in the directory structure - tree should always stay on the side no matter what - +- add global ignore parameter