Alex Vie

Results 5 comments of Alex Vie

The issue is still present in current Neovim: NVIM v0.9.0-dev-565+gd215dae0e Build type: Release LuaJIT 2.1.0-beta3 ``` indent = { enable = true, }, ``` in the treesitter config is probably...

I can reproduce this and I _think_ it happens when the file contains multiline strings. See attached picture, the simple string spanning two lines triggers the range bug in the...

True, VSCode does not show this, but afaik (I do not use it much), VSCode no longer uses OmniSharp under the hood. They have a [new language server](https://github.com/dotnet/vscode-csharp) which looks...

> Support focusing the window > Override built in vim.lsp.buf.signature_help()? These two would be particularly nice, or just an API function to manually activate the signature window. With some LSPs,...

> You can show the window with `cmp.show_signature()` already fyi and it's now bound to `` Oh, didn't know that. Works fine, even as a toggle with `hide_signature`. Thanks, that's...