Commit Graph

27 Commits

Author SHA1 Message Date
Sávio Carlos Martins Costa
0982c6a35a restore-feat: highlight-git-ignored-files (#847) 2022-01-21 10:59:38 +01:00
Michael
9e2f6b6f25 feat: add exclude filter list (#878) 2022-01-21 10:48:58 +01:00
UnderCooled
f2f1a34733 Using "vim.env.PATHEXT" to determine Windows executables. (#784) 2021-11-28 14:18:29 +01:00
Kiyan
6662b60a2b feat/chore: rewrite git with job and some other fixes (#743)
* feat/chore: rewrite git with job and some other fixes

* fix: fs clear window, rename echo_warning -> warn

also fix renaming and add an event blocker to avoid running many events
at the same time
2021-11-27 16:02:54 +01:00
kiyan
a6c1d45dd6 chore: refacto populate filtering
move `nvim_tree_ignore` and `nvim_tree_hide_dotfiles` to setup
2021-10-30 12:25:09 +02:00
kiyan
7f5a49f7c4 fix: filter also supports ext with other characters than words 2021-10-12 19:44:51 +02:00
kiyan
98f372eddd hotfix: refresh with sshfs 2021-08-07 20:24:48 +02:00
Kiyan
07e92cd59b fix: revert relative path (#524) 2021-07-19 23:54:40 +02:00
kiyan
42b23246bc fix: do not redraw git on each folder when updating 2021-07-19 22:26:08 +02:00
Andrew Wong
64aacb67ab fix: don't populate git status when git unused (#499) 2021-07-10 10:05:53 +02:00
sansone931
933d69a37f Fix error caused by broken symlinks (#494)
When a symbolic link points to an invalid path, the value of `link_to`
equals `nil`. This value makes `utils.path_relative` throw an error,
since it expects a string as the first argument
2021-07-07 08:30:22 +02:00
YIQUN
db9e70fde5 open file with relative path when possible (#487) 2021-07-06 20:46:10 +02:00
kiyan
7abec5e594 fix(sshfs): use stat to get the filetype when fs_scandir does not return the type 2021-06-30 22:29:11 +02:00
kiyan
b31003e43a chore(git): schedule status update and redraw when git status update is done 2021-06-29 22:02:37 +02:00
kiyan
82f1598bd4 apply merge before checking git 2021-06-05 11:49:41 +02:00
Luís Simas
be784713d5 Improve icon fetching by file extension (#423) 2021-06-01 20:40:00 +02:00
Sindre T. Strøm
c2d71046c6 fix(git): Fix the gitignore implementation. (#335) 2021-04-22 21:32:10 +02:00
Sindre T. Strøm
027e523431 feat: Sort nodes sensibly (#334) 2021-04-22 21:12:47 +02:00
Sindre T. Strøm
796628a765 Update symlinks if they have been modified. (#328) 2021-04-20 23:48:23 +02:00
Kiyan
ff814676d5 chore: rewrite buffer/window handling into view file (#287) 2021-04-13 23:54:01 +02:00
Sindre T. Strøm
50d31fb7f3 feat: Highlight gitignored files (and fix g:nvim_tree_gitignore) (#268) 2021-04-08 22:52:56 +02:00
Santos Gallegos
1daf99cf26 Gitignore: fix ignoring directories (#266) 2021-04-03 00:34:30 +02:00
peach lasagna
1f1b25de4b fix gitignore feature (#264) 2021-03-31 21:37:29 +02:00
peach lasagna
eadead6072 add Gitignore (#251) 2021-03-30 20:11:25 +02:00
Sindre T. Strøm
709d6b968b feat: Option for grouping empty directories (#247) 2021-03-26 19:24:03 +01:00
Federico Scodelaro
31ef294d05 Patch windows (#222) 2021-03-09 20:12:10 +01:00
kiyan
0136801444 chore: rename lib folder to nvim-tree
Allows external access to the lua api and follow neovim plugins better
practices
2021-02-22 21:02:23 +01:00