Jonas Strittmatter

Results 116 comments of Jonas Strittmatter

Hey, can you provide me with the project files so I can try reproducing this bug? I tried to rename it with the file in the recording, but didn't get...

Yes, I think it would be best to report it to the Neovim repo using a minimal configuration + language server. You should also provide the full stacktrace which you...

This should only happen when you submit the command `:IncRename` directly without any arguments

This is how it looks for me with the tokyonight colorscheme (which does not define a `SmartOpenDirectory` highlight): ![image](https://github.com/danielfalk/smart-open.nvim/assets/40792180/cb22b5d7-a15d-453b-8923-51be2557594d) Changing the `Directory` hlgroup to red (`:highlight Directory guifg=red`) yields this,...

> get_current_snippets is an awfully stateful function, vim_helper.buf.line_till_cursor reads the line until the cursor. It's even slower due to RPC. Instead, we can use cmp's completion context (see cmp.Context) which...

> Heya! Huge thanks for this plugin ❤️ Hey, first of all thanks

I could not reproduce the issue, please make sure to update the plugin to the latest version and Neovim to the nightly version. If the issue still occurs, please provide...

I couldn't find the option for this in the docs. Maybe you can ask on Reddit / Matrix if this is possible

I found out it is possible by using `:set cmdwinheight=20`