Releases: desdic/agrolens.nvim
Releases · desdic/agrolens.nvim
fix: make nightly work
fix: Remove deprecated functions
Merge pull request #46 from desdic/v0.10 fix: removed deprecated functions
Fix bug with relative paths
when not editing a file from the root folder the treesitter query would work but it failed to prevew + open the file
fix: Add missing function/calling for lua
Merge pull request #41 from desdic/20240227fixlua Add missing lua function type
Refactoring and cleanup
Merge pull request #40 from desdic/20240223refactor Refactoring
Use short filename in single buffer
when having a single buffer the filename doesn't need full path. You can still enable if via the config if you want to
Jump between matches in queries
added a jump
feature where you can jump back and forward between matches for faster navigation.
Remove perl and no longer support for v0.8
- Perl wasn't maintained and no longer working and since I don't use it I have removed support
- Test on v0.9 and nightly so no longer support on v0.8
use vim.treesitter api
and fix documentation
Missing doc generation
Merge pull request #33 from desdic/minimal chore: missing minimal for generating doc