Stefan Gojan
Stefan Gojan
Do I miss something or is the support for extended marks missing? From the [Neovim docs](https://github.com/neovim/neovim/blob/bb7d3790bf08b5519623d261d8235bad77b5c0dd/runtime/doc/api.txt#L439) I would expect that `Buffer` gets new methods/properties, e.g. `setExtmark()`.
### Explain the issue Matchup sometime doesn't find the right matching part. 1. What vim version are you using? NVIM v0.5.0-132-g83b6d9f19 Matchup sometime doesn't find the right matching part. Right:...
minimal.js ```js import('./myModule').then(myModule => console.log(myModule)) ```` gives: ```sh formatting > esformatter minimal.js Error: minimal.js:1:6 Unexpected token, expected { SyntaxError: Unexpected token, expected { (1:6) at Parser.pp$5.raise (/home/hoschi/repos/gis/formatting/node_modules/babylon/lib/index.js:4373:13) at Parser.pp.unexpected (/home/hoschi/repos/gis/formatting/node_modules/babylon/lib/index.js:1716:8)...
From #34 > I was reading about the whole package-lock.json fiasco where the lock file wasn't really locking dependencies which is how I found a reference to cipm. I was...
**Oni Version:0.3.9** **Neovim Version (Linux only):v0.4.0-165-g8a5c68f69** **Operating System:Linux (Arch)** **Issue:** @Akin909 I tried your new feature "color layer" which works good so far. Unfortunately it is very distracting when used...
The seditors are special buffers of type "acwrite", which may cause problems with other plugins. If you have any tips how to change settings to make a plugin work with...
### Platform Arch 64bit ### GPU, drivers, and screen setup * nvidia 440.82-12 * mesa 20.0.6-2 * One big 34" ultra wide screen: 3440x1440 ``` name of display: :0 display:...
With the snippet ```VimL augroup fmt autocmd! autocmd BufWritePre * undojoin | Neoformat augroup END ``` I get an error when writing the buffer again after undoing a change: ```...
After PR #94 I now have wrong line numbers when using `eval`, but filen ames for every step in the trace:  with `cheap-module-source-map` I get right line numbers, but...
My try for #44, let me now if something should be different.