Skip to content

Releases: gennaro-tedesco/nvim-possession

v0.3.2

06 Mar 08:51
559940a

Choose a tag to compare

v0.3.2: fix separators for windows

v0.3.1

07 Sep 17:32
fa1a37f

Choose a tag to compare

add descriptions to pickers actions

v0.3.0

04 Sep 12:08
569039b

Choose a tag to compare

allow for pickers keymaps to be configured

v0.2.0

03 Sep 19:30
a4036cd

Choose a tag to compare

  • add rename mechanism #69 (address #68)
  • fix reloading of the fzf picker after actions #71

credits to @nicolimo86 for the contribution!

v0.1.3

08 Jun 17:05
8c19a27

Choose a tag to compare

  • address #63
  • remove nvim_buf_get_option deprecation warnings

Credits to @nicolimo86 for the contribution.

v0.1.2

13 Apr 18:32
ac8bc3e

Choose a tag to compare

introduce vim.schedule to autoload mechanism

v0.1.1

19 Mar 09:37
14b3006

Choose a tag to compare

  • address #55
  • introduce a prompt to present the user with pickers to select session if more than one session in cwd is present
  • extra: code refactoring to avoid redundancies and duplications when adding the above

v0.1.0

31 Jan 19:34
aec03d5

Choose a tag to compare

First minor release 🚀

  • use fzf_exec instead of built-in file picker
  • introduce sorting functions for sessions
  • refactor deprecated code in nvim 0.10

Credits to @wodesuck for the contributions.

v0.0.17

08 Jan 11:41
50c57d6

Choose a tag to compare

fix update scrollbar method in upstream fzf

v0.0.16

19 Dec 10:02

Choose a tag to compare

v0.0.16: fixed deprecation warnings in upstream fzf-lua