Leonardo
Leonardo
### Neovim version (nvim -v) 0.8.0 1ffd527c837fb2465c9659273bbe5447a1352db2 ### Vim (not Nvim) behaves the same? N/A ### Operating system/version Ubuntu 20.04 ### Terminal name/version st 0.8.5 ### $TERM environment variable st-256color...
### Language server _No response_ ### Requested feature `LspStop` doesn't deal with the autocmds created by `setup` or `launch`. I think it'd be better to delete them, so that, after...
There will be an uncaught exception and subsequente writes will fail. The workaround is to close the buffer and open another one (for the same file).
Error renaming the buffer when there already is one open with the same name -- probably because we're in the same PWD.
On a few machines running Debian or Ubuntu nested writing fails sometimes, but works again after a few seconds. There did not seem to be any file handle open (lsof)...
### Feature already in Vim? _No response_ ### Feature description Similar to functions that take vim.diagnostic.severity as an optional parameter, the namespace parameter could either be a single namespace (number)...
`vscode.java.resolveMainClass` returns ResolutionItems without `projectName` for non project classes. Thus, calls to `vscode.java.resolveJavaExecutable` resulted in "Index 1 out of bounds for length 1". This cascaded into `vscode.java.resolveClasspath` failing with "Failed...
So that seaches like `:Rg matchit\# $VIMRUNTIME` are possible. Escaping theses characters is necessary because `:grep` is a Command-line command after all, therefore '#' is a special character and is...
Tim, you misspelled "indicator" at the last line of the documentation.