Gokul Soumya

Results 21 issues of Gokul Soumya

Depends on https://github.com/helix-editor/helix/pull/3169.

S-waiting-on-pr

[LXTerminal](https://github.com/lxde/lxterminal) is a lightweight terminal emulator.

enhancement
endorsement-needed

Using a quantifier like `+` or `*` along with alternations seem to produce incorrect matches (using the Rust grammar as an example): > query.scm ```clojure [ (line_comment) (block_comment) ]+ @cap...

bug
query

Subscribe to this issue to get notified of new features in `cheatsheet.nvim` :P ![cheatsheet.nvim with Telescope](https://user-images.githubusercontent.com/23398472/120632733-e6191f80-c486-11eb-90d6-e26bacf83c20.png) ![cheatsheet.nvim gif](https://user-images.githubusercontent.com/23398472/121174386-7a182c00-c877-11eb-979b-5d5e6f8267d8.gif)

`` from telescope to start a search with [cheat.sh](https://github.com/chubin/cheat.sh) and show the results with preview. - Search requires language name (`curl cheat.sh/lang/query`), get it from filetype of current buffer -...

enhancement

**Describe the bug** An unrecognized argument error is thrown when multiple package names are passed to the uninstall command. **How to reproduce** ``` pipx uninstall beets asciinema usage: pipx [-h]...

The current way to add completions for subcommands of a command, as can be seen from the default completions in `share/completions`, is to define functions like `__fish_cmdname_needs_subcommand` and `__fish_cmdname_using_subcommand` and...

enhancement
completions

Closes #411, called text annotations in code. #### TODO - [x] End of line annotations - [x] Overwrite with virtual text #### Future Works - Inline annotations POC using diagnostics...

A-helix-term
S-waiting-on-review

Also changes workspace diagnostic picker bindings to `D` and swaps the debug menu keybind to `g`, the previous diagnostic picker keybind. This brings the diagnostic picker bindings more in line...

A-keymap
S-waiting-on-review
R-breaking-change

### Discussed in https://github.com/helix-editor/helix/discussions/4349 Originally posted by **GlassGruber** October 18, 2022 I'm not really sure what is the correct term, so I've listed some that came to mind regarding this...

C-enhancement
E-easy
A-helix-term
E-has-instructions