Tristan Knight

Results 19 issues of Tristan Knight

### Contributing guidelines - [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md) - [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovski/mini.nvim/blob/main/CODE_OF_CONDUCT.md) - [X] I have updated 'mini.nvim' to latest version ### Module(s) mini.test ### Description I...

feature-request
mini.test

This is a failing test to demonstrate issue #7287

#396 but to the right branch Adds request in #384

If we maintained a list of themes in a MD/Yaml file Then the plugin could fit clone the themes down and implement new themes Questions: Updates to themes. Maybe a...

new feature
planned

fix issues with deprecated lsp call add ```compat.lua``` for future deprecations and compatability

### Problem Does anyone know if vim.lsp.rpc.connect() should work with a hostname or is it IP only. It works perfectly with 127.0.0.1 but localhost returns the below. In the docs...

bug
lsp

This commit introduces a new `callback` function to the notification system. This function can be used to trigger custom events on a notification. It receives a config object and the...

## Description Adds support for protofiles. .proto files don't currently have a commentstring set in vim/neovim. This seems to make uncommenting work without I have tested and it doesn't seem...

This commit introduces the ability to handle custom requests in the protocol package. A new struct, CustomRequestHandler, has been added which contains a Method and a Func. The Func is...

### Problem # vim.str_byteindex/ vim.str_utfindex There are several limitations to the current implementation of these functions 1. They throw given out-of-range indexes >*lua-error-handling* >Lua functions may throw |lua-errors| for exceptional...

enhancement
lua