Skip to content

Releases: arsham/listish.nvim

Release v1.2.0

08 Jan 19:23
c20df22
Compare
Choose a tag to compare

Fix

  • opts: Fix validating disabled configuration

Feature

  • Add extmark and signcolumn to notes

Release v1.1.0

07 Jan 23:20
5575fab
Compare
Choose a tag to compare

Feature

  • Add support for lazy plugin manager

Refactor

  • dependencies: Remove nvim dependency
  • Use vim.cmd api

v1.0.1: fix(notes): fix previous/next commands

12 May 00:32
416825d
Compare
Choose a tag to compare

Fix

  • Notes: Fix previous/next commands

Refactor

  • Use vim.ui.input instead of nui (Ref #2)

Feature

  • Add a command to clear inserted items (Ref #2)

v1.0.0: ref: use autocmd and augroup lua API

17 Apr 21:41
cab58fb
Compare
Choose a tag to compare

Refactor

  • Use autocmd and augroup lua API