CabalCrow

Results 13 issues of CabalCrow

lf remembers the last visited files in each folder within a single client (ex: if I entered /usr/share/ folder & then go somewhere else, when I return to the /usr/...

I've been trying to use lsp-bridge for unity projects (it uses the omnisharp language server). However with the default setup after installing omnisharp via the lsp-bridge-install-omnisharp (this command only downloads...

help wanted

After I've used the acm-complete command in insert mode, it doen not always insert the same text when I try to insert it again via the evil-repeat command. This behaviour...

help wanted

Tested in a markdown file: AutolistRecalculate does not recalculate correctly ordered list if it lacks the first element. For example ``` 1. list 2. list 3. list ``` if the...

**Version info**: qutebrowser v3.1.0 Git commit: Backend: QtWebEngine 6.6.2, based on Chromium 112.0.5615.213 (from api) Qt: 6.6.2 **Does the bug happen if you start with `--temp-basedir`?**: Yes, but somewhat different....

component: downloads
priority: 0 - high
component: prompts
bug: behavior

The minimap goes to the correct buffer when switching between windows within a tab, however when the tab is swtiched the minimap stays on the previous tab and has to...

Treesitter highlighting fails when else flag is missing a closure ``else $statement``. **Look at the let keywords below.** Example without closure: ![image](https://github.com/nushell/tree-sitter-nu/assets/1347244/781ea53a-ce2b-4d7d-9eef-ab139c21176b) Example with closure: ![image](https://github.com/nushell/tree-sitter-nu/assets/1347244/3fb35c87-550e-483a-9e37-79065ea72496) Tested in neovim.

``:start_end_panel`` can be used to select an argument for a verb via another panel. However rather than just selecting another argument and appending the current line of arguments it replaces...

enhancement

Currently you need to press a keybind to activate any of the menus (help, completion, etc.). Being able to see the menu suggestions all the time would be a great...

enhancement

The [specification.md](https://github.com/nushell/nufmt/blob/main/docs/specification.md#sensible--default-and-features) describes the default formatting for pipelines to be a wall of lines. ```nushell def "apply to" [ file: path modification: closure ] { $file | path expand |...

enhancement