Tristan Knight
Tristan Knight
Problem: Previously the index was only checked against the UTF8 length. This could cause unexpected behaviours for strings containing multibyte chars Solution: Check indicies correctly against their max value before...
Refactoring to lua of str_byteindex to allow opts to be passed. This will allow `vim.lsp._str_byteindex_enc` to be deprecated. questions: where should this function live, is _editor the right place? where...
Switches call as suggested in #117
Support goToDefinition from a go file to a templ file. Steps to test: 1. Attach both gopls and templ lsp to a main.go buffer 2. GoToDefinition 3. Profit Caveats, because...
patched from: [openresty/lua-cjson@`8dadbca8c7c26fc38e23f1f685c285450acb783e..91ca29db9a4a4fd0eedaebcd5d5f3ba2ace5ae63`#diff-3b09d9f850](https://github.com/openresty/lua-cjson/compare/8dadbca8c7c26fc38e23f1f685c285450acb783e..91ca29db9a4a4fd0eedaebcd5d5f3ba2ace5ae63#diff-3b09d9f850e7987d711f31740b0521825bcd788724f903a8b57c26c234a17183) May help with #30225
- Added support for Razor comment styles in the configuration. - Introduced `@* %s *@` for Razor and `// %s` for Razor block comments. currently pending merge in nvim-treesitter
**really** rough pass, but this allows for the behaviour of something like the copilot blink plugins without the need for a plugin. just have copilot.lua and it will suggest from...
### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description Given...