Justin M. Keyes
Justin M. Keyes
> Of course this still has a downside, users have to press `Ctrl-y` or `Enter` to accept completion, `Enter` doesn't actually accept a completion-item OOTB. Maybe it should. I'll revisit...
> Didn't met the repo star requirement though https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#criteria Yeah, true. Normally would close this until that criteria is met. The docs look good and the config is doing some...
see discussion in https://github.com/neovim/nvim-lspconfig/pull/3920
send a pr. update the docs here: https://github.com/neovim/nvim-lspconfig/blob/336b388c272555d2ae94627a50df4c2f89a5e257/lsp/astro.lua#L2-L8
so which version of vim, exactly, did you test? it may have different runtime files. likely this is just a matter of option defaults. e.g. vim (depending on how it's...
This seems interesting but in the Lua projects I tried, it doesn't seem to have any effect, the `library` is always `{}`. Here is the output of `:lua =vim.lsp.config['lua_ls']` :...
Since the "framework" in nvim-lspconfig is deprecated, the current tests in this repo are not actually needed. We could disable that ci job for now. I disabled https://github.com/neovim/nvim-lspconfig/actions/workflows/test.yml using the...
What version of `nvim` are you using? This is shown in the vscode-neovim logs. Show a screenshot. This only happens if Nvim outputs multiple lines, which of course requires a...
> cleared after they expire using a timer why introduce a timer? the vscode Output panel is designed for scrollback. > we can display some less important messages (such as...