Андрей
Андрей
It does not work. All I need is to force the cursor to be boxed at startup. And I want to start Emacs in normal mode (state). In vim I...
Yes, of course, nvim has -R switch. But snap somehow intercepts this option when nvim is invoked through `exec`. I really don't want to go in snap guts. It is...
Well, there is another problem. I removed all nvim directories with `rm -rf`: ``` ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim ``` Install nvimpager: ``` $ make PREFIX=$HOME/.local install mkdir -p /home/and/.local/bin /home/and/.local/share/nvimpager/runtime/lua...
> You can easily map C-k if you want FYI > > ``` > inoremap cc > cnoremap : > ``` `` in readline does not work that way. In...
I also thought it was something like a bug in perl. I think it should work with -CA option. Maybe it is necessary to send a bug report, but I...
When exporting jupyter notebook in pdf, pandoc 3.3 ``` ... ! Undefined control sequence. l.442 \pandocbounded {\includegraphics[keepaspectratio]{image.png}} ? ! Emergency stop. ```
Everything seems fine. Just one little suggestion. It might be a good idea to remove the version number of neovim or the word "latest" from the readme. Thank you for...