Gerard Roche

Results 51 issues of Gerard Roche

When plugins use python's built in logging, log messages are duplicated on each reload. An example is NeoVintageous, https://github.com/NeoVintageous/NeoVintageous/blob/master/lib/nvim.py#L97. Each time the plugin reloaded it reinitialises the logger, so after...

Test progress indicator like Package Control has when installing packages. With a progress indicator the results output panel can have options to show: - "never", - "auto" - "always" -...

feature

I could very well be misunderstanding color conversion. # Test `#1d2021` Converting `#1d2021` (`Ctrl+Shift+,`) we get (on each conversion): ``` #1d2021 #1d2021ff hsl(195, 6%, 12%) hsla(180, 5%, 12%, 1.) hsv(180,...

This is easiest to illustrate with an example. *Where the cursor is `|` or anywhere on the lines.* ``` #|272822 #|3e3d32 #|f8f8f2 #|cfcfc2 #|75715e #|e6db74 #|fd971f #|f92672 #|fd5ff0 #|ae81ff #|66d9ef...

This should fix a "could not download Sublime Text binary" error: ![Screenshot from 2022-05-31 09-46-47](https://user-images.githubusercontent.com/44148/171132771-e5849bcd-b7ae-415e-85ef-6e7f8161a04e.png) https://github.com/gerardroche/sublime-monokai-free/runs/6666517409?check_suite_focus=true It's difficult to test this because I had to hack the code to change...

**This is a WIP to gather some feedback, it's not yet ready to be merged.** The main idea here is to create an API compatible with the spec outlined in...

Re https://github.com/NeoVintageous/NeoVintageous/issues/825

feature
jumps

**Issue by [katylava](https://github.com/katylava)** _Friday Oct 17, 2014 at 22:59 GMT_ _Originally opened as https://github.com/guillermooo/Vintageous/issues/772_ ---- There doesn't seem to be a way to select folded text in visual mode without...

feature
clipboard
folding
mode-visual
mode-visual-line
wordwrap

Continues #404 ## Defaults Defaults more closely match the Neovim defaults: [part 1](https://github.com/neovim/neovim/issues/2676) and [part 2](https://github.com/neovim/neovim/issues/6289). * [x] Enable CTRL keys by default **(implemented in 1.23.0)** * [x] Enable SUPER...