Commit Graph

14 Commits

Author SHA1 Message Date
Simon Zeng
9aa8be639d Add nil check for link_to 2020-12-14 22:01:24 +01:00
kiyan
0862bcc08e allow opening symlink to folders 2020-12-13 17:13:35 +01:00
kiyan42
2c453c9b9f fix git highlight works without the icons 2020-08-04 20:45:31 +02:00
Kieran Siek
06558a25da
Feat: Allow hiding dotfiles (#69) 2020-08-03 16:13:25 +02:00
kiyan42
a25ac38db1 add file highlight for git attributes and remove the space before the git icon 2020-08-03 10:31:23 +02:00
kiyan42
2ceb049b5b lints 2020-07-23 11:40:39 +02:00
kiyan42
df3c470322 fix: remove goto statement to match neovim lua version 2020-07-21 11:57:13 +02:00
Kristijan Husak
4f86707051 Add mapping for toggling ignored folders visibility. 2020-07-17 10:25:57 +02:00
kyazdani42
896cc1619a fix various issues, and add a comment because of a bug in glibc 2020-06-09 18:59:32 +02:00
kyazdani42
18dac0ed84 add .luacheckrc and fix linter issues 2020-06-08 11:23:30 +02:00
kyazdani42
d0d42d42a3 fix: fs and refresh bugs
- refreshing delete from entries before adding new entries to avoid
  conflicts with indexes
- delete is synchronous because on large folders it was not recursing
  properly thus causing errors and not deleting content.
2020-06-05 09:33:14 +02:00
kiyan42
df0c522a81 fix lua path matching again 2020-06-01 16:06:23 +02:00
kiyan42
9342527d28 optimize git with buffering 2020-05-31 00:55:02 +02:00
kiyan42
e0bfcb4a6f Refacto: rewrite everything
- The tree is created with libuv functions, which makes it blazingly fast.
- The tree may now be faster than any other vim trees, it can handle directories with thousands of files without any latency at all (tested on 40K files, works flawlessly).
- More solid logic for opening and closing the tree.
- tree state is remembered (closing / opening a folder keeps opened subdirectories open)
- detection of multiple git projects in the tree
- more icon support
- smart rendering
- smart updates
- ms windows support
- gx replacement function running xdg-open on linux, open on macos
2020-05-29 15:33:47 +02:00