Commit Graph

4 Commits

Author SHA1 Message Date
kiyan
471afc13fe refacto: abstract TreeExplorer in core.lua 2022-03-09 22:01:54 +01:00
Kiyan
0816064a8b chore: add stylua to format the codebase, and run on CI (#1055) 2022-03-06 17:33:30 +01:00
Grzegorz Rozdzialik
ac858a28a2 fix(run-command): handle current directory node (#1046)
Handle the node representing the current directory (the topmost node in
the nvim-tree window). That node does not have the `absolute_path` set.
Use `TreeExplorer.cwd` instead, similar to the logic in `change-dir`.
2022-03-04 13:02:42 +01:00
Andreas Bissinger
4fedb93cec feat: add new keybinding "b" to run a command in the focused node (#1024) 2022-03-03 09:05:03 +01:00