Skip to content

Releases: desdic/greyjoy.nvim

Added groups

28 Oct 10:14
4d0bd24
Compare
Choose a tag to compare
  • its now possible to create a group and run plugins in that group or a specific plugin.
  • fix a bug where the last used option would appear twice

Option to prioritise last option

26 Sep 10:42
59fe7fb
Compare
Choose a tag to compare

last_first option added to give last option first in a non persistant way (Its gone when neovim is closed)

Sorting + bugfix

17 Sep 20:16
6ba4a04
Compare
Choose a tag to compare
  • Sorting of labels
  • Fixed so greyjoy will work without a file open

File extensions must run where the file is located

16 Sep 11:11
d99b581
Compare
Choose a tag to compare

BUGFIX generic, makefile, kitchen and vscode task must run in same directory as the file is located

test of vscode extension
test of makefile extension

Testing and clean up

15 Sep 16:15
5e24116
Compare
Choose a tag to compare
  • Added unit testing of utils functions
  • Added github workflow
  • Cleaned up init.lua

Kitchen

14 Sep 05:50
b56387b
Compare
Choose a tag to compare
  • Added support for kitchen
  • BREAKING renamed default extension to generic

Integration with toggleterm

13 Sep 12:32
Compare
Choose a tag to compare

Also re-implemented the makefile plugin since for some reason the jobwait didn't have all the elements jobstart should have provided.

Healthchecks

12 Sep 15:36
53fc005
Compare
Choose a tag to compare

Implemented healthchecks for extensions

First release

11 Sep 15:45
f18a55e
Compare
Choose a tag to compare

First release of greyjoy with 3 buildin extensions.

  • A default extension to do generic matching
  • Makefile extension to match make targets
  • vs-code tasks extension to provide tasks of type shell