231tr0n
231tr0n
Hi! I also added fzf-lua and trouble.nvim. Trouble.nvim v4 had a big rewrite recently and a lot of new highlight groups have been added.
> > Hi! I also added fzf-lua and trouble.nvim. Trouble.nvim v4 had a big rewrite recently and a lot of new highlight groups have been added. > > What exactly...
> This should be resolved on latest `main`. > > [@231tr0n](https://github.com/231tr0n), regarding 'fzf-lua' and 'trouble.nvim' issues from [this comment](https://github.com/echasnovski/mini.nvim/issues/1167#issuecomment-2304680649): > > * There doesn't seem to be a way to...
I am just dropping this plugin here for reference https://github.com/nvimdev/guard.nvim. So this plugin has really clean api and implements formatting and linting configs in a really clean manner. Please do...
@gvolpe any chance scala 2 can be supported as well?
This is relavant!!! Please dont mark it stale.
> 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...
@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.
@Jezda1337 I have called the setup method but the lsp seems to not be up for html files. Is this config correct? ```lua add({ source = "Jezda1337/nvim-html-css", checkout = "dev",...
@Jezda1337 It works now! Thank you for considering my request and implementing it!