Радоје Јездић
Радоје Јездић
Hey @uloco and @emilBeBri, I managed to set up a theme with lazy.nvim, but I didn't get such a message as @emilBeBri got. My configuration goes like this: ```lua {...
Maybe we can help more if @emilBeBri share his config. 🫡
Thank you for sharing these amazing enhancements. They will be very helpful for the upcoming development of the plugin. I have a bunch of ideas to improve the user experience...
Should this be handled by the plugin itself, or should we provide an API with the length of the items so the user can perform actions like this? @Saghen ```lua...
I have checked the src code of mini completion and [here is what i have found](https://github.com/echasnovski/mini.completion/blob/main/lua/mini/completion.lua#L53), as I can see there is no support for extra sources, it's basically like...
> [@Jezda1337](https://github.com/Jezda1337) another way to do this is to create ### an in memory lsp server which can serve completions like how mini.snippets or render-markdown.nvim plugins do this. I like...
@231tr0n I've added a basic LSP solution to the `/dev` branch. Could you give it a try? I've tested it with Neovim's built-in autocompletion, and it seems to be working...
sry i forgot to mention: ``` lsp = { enable = true, }, ``` this is in the same lvl as handlers, neable_on, style_sheet
@231tr0n Sure, thanks for the suggestions. I'll keep this on the dev branch for now since it still needs more testing. Once I have time to properly test it, I'll...
@231tr0n probably not this weekend, got a ton of stuff on over the next couple of weeks. I’ll try to get to it before the end of the month though