hinell

Results 63 issues of hinell

```lua self.xyz = { { description = "...", function() if #vim.lsp.get_active_clients() > 0 then vim.lsp.buf.hover() end end } ``` ```lua self.xyz = { { description = "...", function() if #vim.lsp.get_active_clients()...

Hi. I propose to stick to a more common names for encoding/decoding of API: ```lua ... local luatable = { ... } local lyaml.encode(luatable) yamlString = lyaml.decode(...) ``` The naming...

Generics and Templates (identifiers between ``) was derived from now obsolete approach to replace classic OOP inheritance and allow developers to write less code. Later, later it turned out to...

`store_selection` is commonly used in custom keybindings to store selection before calling `luasnip.expand()` I request to expose it via main api and maintain across versions. Thanks. #### See related comments:...

![image](https://github.com/L3MON4D3/LuaSnip/assets/8136158/df5739d6-272a-49c3-ac86-dc0ce100b386) Can we put cursor at the end of the word every time we cycle through it by `luasnip.change_choice(...)`? I request to make it configurable.

If binary file is opened, column line is still shown. Would be nice to disable it. I also would like to suggest to use `modifiable` win option, to recognize when...

https://github.com/jose-elias-alvarez/null-ls.nvim/issues/1621

Anyone? Tonnes of efforts were put into this project. Wouldn't it be much better to implement a frontend to the cmake and create better scripting language like meson, but which...

It seems like this project isn't supported anymore. Any news on that?

Xterm allows you to specify custom keybindings for certain sequences (e.g. ``) via `~/.Xresources` files. For nvui, it's currently impossible to do the same so it makes sense to make...