nvim-tree.lua/lua
Richard Li f8489c9929
fix(git): git rename not showing up for the renamed file (#1783)
* fixed git rename not showing up for the renamed file

* considered " -> " being a part of the filename

Fixed -> pattern to escape -
Fixed "\"" and "\\" in filename

* using string.find(, , true) to match plain ->

* Using -z and removed unnecessary logic
2022-12-03 14:56:38 +11:00
..
nvim-tree fix(git): git rename not showing up for the renamed file (#1783) 2022-12-03 14:56:38 +11:00
nvim-tree.lua feat: add diagnostics.show_on_open_dirs git.show_on_open_dirs (#1778) 2022-11-29 11:12:34 +11:00