Vivian De Smedt

Results 30 issues of Vivian De Smedt

Thanks you very much for the very interesting and useful page about Vim. I love Vim-Galore :-) The full font name on Windows some time contains a trailing ``:cANSI`` In...

I noticed that the plugin fail to work on Windows for two reasons: - The plugins suppose the availability of the python3.exe interpreter (instead of py.exe) - The Windows version...

In this Pull Request I have put a proposal of solution for issues: #13 and #14.

If black-macchiato is asked to comment a block of comment line it fails. e.g.: ```python # First comment line # Second comment line ``` To solve the issue I have...

It seems that when ``tempfile.NamedTemporaryFile`` open the file it can't be open at the same time by ``black``. To avoid that problem I have rewritten the ``format_line`` method to avoid...

When running the command Vimwiki2HTML with a custom_wiki2html on Windows the command line generated is slightly wrong. The problem is related the way windows handle command line of the kind:...

HTML conversion
Windows

$ don't move the cursor to the end of the line but one character before the end of the line. **To Reproduce** Steps to reproduce the behavior: 1. Move the...

I have set in my vimrc: ``let g:is#do_default_mappings = 0`` In order to avoid the conflict with ```` that I use for digraph. But when I do so I lose...

### Description I'm busy configuring the DBeaver theme to match the Nord theme. I have two big area where I fail to obtain what I want. The first is the...

bug
wait for response

After some tests it seems to me that kanagawa only support Neovim 8.0 and above. I believe lua theme are only supported after Neovim 7.0 It seems to me that...