Malcolm Ramsay

Results 6 comments of Malcolm Ramsay

This is the neovim issue tracking this https://github.com/neovim/neovim/issues/11440

I tried it again with a new password store. 1.6.12 works, and 1.8.2 doesn't (more details below). It is entirely possible I am doing something wrong cause I don't really...

Yes I have been adding the fingerprints of the encryption subkeys to the `.gpg-id` file. When using `gopass recipients add` ```shell $ gopass recipients add B2CBB103E7169567964C1F24B1125D5C5F57A29A Do you want to...

So I had a go at implementing support for jupytext [here](https://github.com/malramsay64/vimpyter). While I did manage to get it working, my opinion is that to properly implement jupytext support requires a...

I have been trying to get this to work with `terminal` for the interactive commands. As far as I can tell the asynchronous nature of the neovim terminal means the...

I also came across this issue. The workaround I used is to use the table_adapter_callback, which is executed after the reflection of the table but before the creation of the...