mangelozzi
mangelozzi
I would like to map autocomplete next and previous suggestion to `` and ` respectively. I have ensured that those two hotkeys are mananged by VsVim and no Visual studio....
The python formatter `black`, has `# fmt: on` and `# fmt: off` tags to tell it to not format certain chunks of code, and `fmt: skip` to skip a specific...
The help says: ``` -w, --write-mode Mode for output (default: "stdout") ``` And there is nothing in the `README.md`, going through the code I figured out you can set it...
### What would you like registers.nvim to be able to do? The README.md to explain why this plugin is preferable to to just using the built in `:reg` command. I...
### Is your feature request related to a problem? Please describe. Not sure if this is the right place, but https://github.com/kjuulh/tree-sitter-hurl is a LSP for [Hurl](https://hurl.dev/), a like postman but...
I have been using this script for a long time, and it has been great thank you! However lately I noticed that my Chrome desktop (Version 123.0.6312.58 (Official Build) (64-bit))...
This plugin (for evil mode in emacs), is inspired by vim-commentary: [evil-commentary](https://github.com/linktohack/evil-commentary) Maybe it would be good to have a circle of inspiration and implement the extra features `evil-commentary` adds:...
I recommend support the letters case of the word E.g. in Python you wish to switch between `True` and `False`, in javascript its `true`, and `false`, in some other cases...
With [NeoVim](https://neovim.io/doc/user/options.html#%27inccommand%27) with `inccommand` set to `split`, as you start typing a search, it interactively begin highlighting the matches. If one uses this plug in it no longer applies the...
### Description In the Neogit status it shows files name like: ``` Modified s -> Gateway/Gateway.NextClient/src/app/app-route-strategy.t ``` Instead of (this is from the CLI): ``` modified: Gateway.NextClient/src/app/app-route-strategy.ts ``` Because it...