-
```
attempt to index local 'tbl' (a boolean value)
stack traceback:
...ages/start/rustaceanvim/lua/rustaceanvim/config/json.lua:9: in function 'tbl_set'
...ages/start/rustaceanvim/…
-
During the recent refactorings, we have removed support for the legacy server, OmniSharp-server. As part of this, the `:OmniSharpBuild` commands have also been removed - OmniSharp-roslyn does not have…
-
Looks like if TOC is inside folded block then whole block is deleted while auto-updating TOC on save and TOC is added few lines below deleted block. For example (require foldutil plugin), starting fro…
-
Here's an example:
```php
/**
* @param string $path a path like /path/*.csv
*/
public function a($path)
{
}
/**
* Process paths like /path/*.csv
*…
-
Maybe this repo could make the whole setup more [filetype specific](https://github.com/yegappan/lsp/pull/562
) and [add sensible default mappings for these](https://github.com/yegappan/lsp/issues/56…
-
Hello,
## Problem
I call Flake8 whenever I write to a Buffer:
``` viml
autocmd BufWritePost *.py :call Flake8()
```
But it shows a list of errors which I've already configured to be ignored:
```
f…
-
Dear all, thanks a lot for maintaining this very useful plugin.
I recently started to experience problems (not sure if these depend on the fact that I recently moved to MacVim 9 on Mac OS 12.5.1. …
-
When in insert mode with cursorcross enabled, typing enter (``) causes vim to hang. When I press `` to break out of it, I find that it's inserted thousands of newlines.
Any thoughts as to what is cau…
-
Would it make sense for the Vim mode to handle/use bars (`|`) to join/split?
E.g. the following:
```
if bufname("%") == "peekabook"
return
endif
```
to:
```
if bufname("%") == "peekabook" | re…
-
I just installed SLIMV and tried following the tutorial, but I couldn't get the `slimv-repl` to run inside Vim. `,c` opens up the Swank server just fine, although it opens in a new (non-Vim) window as…