mrdgo
mrdgo
I would like to configure flex-tool-bar in a way, that I show an icon which starts/shows the terminal and executes a predefined command. So please add possible config.cson parameters to...
Well, I think the title says it all: I would love to see the project selection to be doable via telescope. Advantages: - searchable - easily define custom actions -...
added error handling for malloc() changed helper functions visibility to static
Very rudimentary draft to support zellij. I primarily wish to get some feedback on what you think is missing. Depends on: https://github.com/zellij-org/zellij/issues/2835
**Is your feature request related to a problem? Please describe.** I am currently working on [nvim-zjstatus-pipeline](https://github.com/mrdgo/nvim-zjstatus-pipeline). So far, it seems feasible. However, I cannot create a command like ```kdl command_left_command...
# Objective: add nu syntax to bat - [syntax](https://github.com/kurokirasama/nushell_sublime_syntax) in the right spec - [bat](https://github.com/sharkdp/bat)
With a `textobjects.scm`, we can support additional tree-sitter-based motions, such as `@function.inner`. More motivation incoming.
We could set the delimiters to a different highlight group. Example `@punctuation.special`:  To see all available groups, hit `:h treesitter-highlight-groups`. I could see: - `@punctuation.special` - `@punctuation.delimiter` - `@tag.delimiter`...
I'm not so happy about the latest changes to nu's output in case of an error. But that's not the main point. In nur, when a command fails, I get...