Results 6 comments of zir

For sure, no worries. I'm starting university tomorrow so I'm not sure how much time exactly I'm going to have, but I'll still try to keep contributing, mainly fixing #10....

hi! i'm still interested in contributing to this plugin and as i've discovered this plugin quite recently(yesterday) and i have not been able to take a look at most of...

Hi, a little status update: I've been able to get `vim.ui.input` to work with the prompt. There is still some cleanup that needs to be done but it mostly works...

right, so i have submitted a pr (#12) which migrates the `Prompt` from `nui.input` to `vim.ui.input`. i have also began taking a look at how the highlighting is implemented so...

I have the same issue, both `.editorconfig` and `lspconfig['sumneko_lua'].setup.settings.Lua.format` formatting settings are ignored. My neovim config: ```lua nvim_lsp['sumneko_lua'].setup { on_attach = on_attach, flags = { debounce_text_changes = 150, }, cmd...

> NOTE: In fact, the indentation cannot be set by the above setting method. indentation uses the editor's indentation settings for the current file > Because we are a language...