Skip to content

Releases: gbprod/cutlass.nvim

v1.0.1

09 Oct 12:52
Compare
Choose a tag to compare

What's Changed

  • improve performance and refactoring by @gbprod in #11
  • chore(ci): fix stylua action by @gbprod in #13
  • chore: remove plenary as gitmodule by @gbprod in #14
  • fix: CI badge by @gbprod in #15
  • refactor!: use vim.keymap.set instead of vim.api.nvim_set_keymap by @gbprod in #12
  • feat: introduce registers options by @gbprod in #16
  • docs(README): fix typos by @owittek in #18
  • docs: Add lazy.nvim setup & fix vim-plug comments by @owittek in #19

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Apr 13:47
b467732
Compare
Choose a tag to compare

requires Neovim >= 0.5.0

Introduce exclude option

16 Mar 15:39
5b11e24
Compare
Choose a tag to compare
v1.0.0-rc1

feat: introduce exclude option (#6)

introduce doc

27 Jan 07:54
c960d98
Compare
Choose a tag to compare
Merge pull request #2 from gbprod/chore-doc

chore: add github action to generate doc

v0.1.2

13 Jan 09:50
Compare
Choose a tag to compare
refactor: use local variable for map function

v0.1.1

06 Jan 08:11
Compare
Choose a tag to compare
fix: override_del in visual mode

v0.1.0

09 Dec 14:09
Compare
Choose a tag to compare
feat: integrate with vim-yoink