Releases: dcampos/nvim-snippy
Releases · dcampos/nvim-snippy
v1.0.0
What's Included
- Fix README by @s1n7ax in #2
- Fix stops sorting function by @pbogut in #5
- Improve testing by @dcampos in #6
- Add scope customization by @dcampos in #10
- Put the remaing vim.api.nvim_exec into vim.cmd by @uga-rosa in #17
- Remove use of defer_fn by @dcampos in #12
- Add API for easy mapping by @uga-rosa in #14
- Add an option to set the delay for choice by @uga-rosa in #20
- Make custom indent possible by @dcampos in #25
- Fix #28 by @dcampos in #29
- Fix #33 by @dcampos in #34
- Fix expanded snippet indentation when shiftwidth is set to 0 by @dmitmel in #36
- Implement some snippet modifiers by @AurelWeinhold in #38
- Fix #39 by @dcampos in #40
- Fix else path of example S-Tab mappings by @matharman in #42
- Add auto-trigger feature by @dcampos in #41
- Edited FAQ to include auto-trigger. by @paniash in #45
- fix #50 by @mg979 in #52
- fix: check eval result type by @mg979 in #54
- Try to fix #53 by @dcampos in #55
- Implement snippet priority by @dcampos in #57
- Expand LSP variables from SnipMate snippets by @dcampos in #59
- Add ability to eval Lua code by @dcampos in #61
- Never select tabstop with regex transforms by @bjin in #67
- Set empty options for snipmate .snippet file by @bjin in #72
- Refactor snippy.lua by @dcampos in #69
- Fix #70 by @dcampos in #73
- Fix ci by @dcampos in #78
- Fix nested expansion by @dcampos in #81
- Fix docs snippy.expand_or_next -> snippy.expand_or_advance by @eNV25 in #86
- Fix #84 by @dcampos in #85
- Add custom expand options by @cnrrobertson in #87
- Improve lazy loading of snippets by @dcampos in #88
- Change minimum Neovim version to 0.7.0 by @dcampos in #89
- Project-local snippets by @dcampos in #94
- Implement Snippy* autocmds by @dcampos in #96
- Fix Windows-Path Bug by @fl3pp in #99
- fix: CI by @dcampos in #100
- Simplify test command by @dcampos in #101
- Fix for Neovim nightly by @dcampos in #106
- Set keyword-based trigger as default by @dcampos in #121
New Contributors
- @s1n7ax made their first contribution in #2
- @pbogut made their first contribution in #5
- @dcampos made their first contribution in #6
- @uga-rosa made their first contribution in #17
- @dmitmel made their first contribution in #36
- @AurelWeinhold made their first contribution in #38
- @matharman made their first contribution in #42
- @paniash made their first contribution in #45
- @mg979 made their first contribution in #52
- @bjin made their first contribution in #67
- @eNV25 made their first contribution in #86
- @cnrrobertson made their first contribution in #87
- @fl3pp made their first contribution in #99
Full Changelog: https://github.com/dcampos/nvim-snippy/commits/v1.0.0