-
When I run PlenaryTestFile, a popup opens with the following error:
![Screen Shot 2022-04-21 at 9 56 58 AM](https://user-images.githubusercontent.com/18197861/164473977-c7e19e14-edec-4815-8f38-77b899…
-
This issue is meant to track changes going from v1.13 to v1.14 (and now I will start to undo some breaking changes to restore some backwards compatibility with v1.13 instruments).
Changes have been…
-
Hey! I’m running into a bit of a strange issue, and I’m not sure if it’s Neovide, Lunarvim, or something in between.
I use Neovide with Lunarvim, and after updating to 0.13.3, two random buffers au…
-
### Feature motivation
It would be a solid approach to package together nvim + lunarvim as a snap, so you can distribute easily to users. One idea would be to track nvim branch and build on top of it…
-
I am encountering allocation issues with Bonmin_jll and Couenne_jll on macOS.
The MWE for this problem is:
```julia
using JuMP, AmplNLWriter, Bonmin_jll, Couenne_jll
optimizer = optimizer_w…
-
### Problem description
1. Open a *.tf file
2. Make a visual select on a **incorrect** block of code, e.g.
`lifecycle {
ignore_changes = [tags["created_date", "created_by"]]
}
`
Jus…
-
## Describe the problem
I tend to code on narrow displays (4:3, 5:4) out of preference but for my on the go setup I use your plugin to auto center code using a function I wrote. At the moment the f…
-
### Feature Description
### Problem description
I've created the following colorscheme: [spacecamp](https://github.com/fgtrzah/spacecamp) inspired by the original vim version. I've then modified m…
-
Consider the following minimal init.vim file:
```viml
let $DOTVIM = expand('$HOME/.config/nvim')
set runtimepath+=$DOTVIM/bundle/repos/github.com/numirias/semshi
filetype plugin indent on
```
…
-
Thanks for the great work! A vim binding was the only thing holding me back from using jupyterlab..is there a way to have custom key mappings such as jj instead of Esc? Thanks!