LazyVim.LazyVim/lua/lazyvim/plugins/extras/coding
Stefan Boca cee60a6d30
fix(blink): set kind to int, not string, if overriding (#4999)
## Description

when sorting completion results, blink compares kinds, which can result
in an error if the kind is a string

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-12-12 06:29:08 +01:00
..
blink.lua fix(blink): set kind to int, not string, if overriding (#4999) 2024-12-12 06:29:08 +01:00
luasnip.lua feat(luasnip): add default user snippet location (#4987) 2024-12-11 11:13:57 +01:00
mini-comment.lua feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10 2024-05-21 19:31:40 +02:00
mini-surround.lua feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
neogen.lua feat(extras): added extra for neogen. Closes #2881 2024-06-06 13:14:04 +02:00
yanky.lua fix(yanky): enable yank history in visual mode (#4048) 2024-07-15 11:48:58 +02:00