pathfinder.nvim
A Neovim plugin which enhances gf/gF/gx with look-ahead and smarter file, line/column number, and link resolution. Also provides visual targets for files/links, new motion commands, and link description retrieval.motion
awesome-neovim
Breaking changes in pathfinder.nvim
21912b
1 month ago
Feat!: replaced `forward_limit` with separate file/url limits (see docs)
d16ce2
1 month ago
Fix!: includeexpr = nil (default); setting to empty string now works
d344f6
1 month ago
squash! Fix!: includeexpr = nil (default); setting to empty string now works The default `includeexpr` has been changed from "" to nil. Now, if users set this to "", it will attempt to clear includeexpr if set elsewhere.