Skip to content

Releases: desdic/agrolens.nvim

fix: Remove deprecated functions

18 May 07:28
3c7d7e9
Compare
Choose a tag to compare
Merge pull request #46 from desdic/v0.10

fix: removed deprecated functions

Fix bug with relative paths

08 Mar 21:18
eb804ab
Compare
Choose a tag to compare

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

27 Feb 12:28
772737d
Compare
Choose a tag to compare
Merge pull request #41 from desdic/20240227fixlua

Add missing lua function type

Refactoring and cleanup

25 Feb 18:16
337f680
Compare
Choose a tag to compare
Merge pull request #40 from desdic/20240223refactor

Refactoring

Use short filename in single buffer

22 Feb 19:16
44813af
Compare
Choose a tag to compare

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

19 Jan 06:11
7fd005b
Compare
Choose a tag to compare

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

12 Jan 16:41
40febb2
Compare
Choose a tag to compare
  • 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

12 Jan 13:25
a30a0e3
Compare
Choose a tag to compare

and fix documentation

Missing doc generation

17 May 10:02
a2f1509
Compare
Choose a tag to compare
Merge pull request #33 from desdic/minimal

chore: missing minimal for generating doc

Refactoring

17 May 09:40
74dc2a1
Compare
Choose a tag to compare
  • refactoring to generate better documentation
  • removed options that has been deprecated for a long time
  • use vim.tbl_{count,is_empty,deep_extend} for easier reading of code