Federico Kircheis
Federico Kircheis
>Does this also happen with regular nvim? No, if the setting written only in `init.vim`, both nvim and nvim-qt do not have any issues closing a binary file. The issue...
Mhm, I thought `--merge` needed a second file, but I see it's not the case, but * as you wrote, it is not possible to remove values * it also...
No, I'm not using WSL. I've cloned the repo with git-for-windows: ```` > git config core.autocrlf false > git clone https://github.com/prabirshrestha/asyncomplete.vim.git [...] > file asyncomplete.vim/plugin/asyncomplete.vim asyncomplete.vim/plugin/asyncomplete.vim: ASCII text, with CRLF...
```` $ wget https://raw.githubusercontent.com/prabirshrestha/asyncomplete.vim/master/autoload/asyncomplete.vim $ file asyncomplete.vim asyncomplete.vim: ASCII text ```` Note that I also have `lf` line terminators if I clone the repository with WSL. It is a windows-specific...
I have exactly the same issue. As described in https://wiki.termux.com/wiki/Intents_and_Hooks, i made `mkdir ~/bin && ln -s $PREFIX/bin/nvim ~/bin/termux-file-editor`. Now, when tapping on a text file, I have the option...
I do not have a device with lineageos 17, so I do not know if it makes sense to keep this issue open (I cannot test) as no-one else reported...
> Shall review the mapping, possible off-by-one; recent feature to the key-board handler. Thanks. Exactly my thoughts. Some time ago I tried to look for myself if it was possible...
Well I have modified the generated css, you can observe the final effect here: https://fekir.info/post/showcase/#_code-blocks In Firefox, with developer mode, toggle both light/dark color scheme and print media simulation. >...
@mattn considering the fact that the issue is trivial to fix could you revert what the bot decided? Do you need other information?
@mattn I think we are talking past each other. I've already configured git not to make any conversion, but the `.gitattibutes` file that is checked in overwrites any configuration. `*...