Results 6 comments of SeanW

I had this same problem. For me, the culprit was `tpope/vim-fugitive`. It seems to override my `init.vim` when I write: ``` inoremap pumvisible() ? "\" : "\u\" ``` My (not...

I'm seeing the same behavior on Mac Monterrey 12.4, although without external monitors. Interestingly, clicking at a specific location works, but not moving the mouse without clicking.

I figured this out. I used the wrong GITHUB_REPO name because I was confused with all the possible GITHUB_REPOs involved, especially after following tutorial 1 here: https://fluxcd.io/docs/get-started/ Could we change...

Two updates: 1. The `slapd -V` problem may be related to the underlying Dockerfile's `FROM debian:stretch-slim` and `FROM debian:stretch`, where if you just `build -t mytest .` then inside the...

I can confirm that this works on Ubuntu, Debian, CentOS, and MacOS (brew), but for neovim, you have to add `nvim` like below. Could you update the README in the...

On a related note, the docs say, at https://github.com/cucumber/godog: > Alternatively, you can also specify the keyword (Given, When, Then...) when creating the step definitions: But that doesn't work when...