Alex Wall
Alex Wall
Currently the playlists folder structure (within the Spotify app) are flattened and any folders are not shown; instead, a flat ordering is shown, which can be problematic when one has...
For example, ```lua local c = require('vscode.colors') require('vscode').setup({ color_overrides = { vscGray = '#ff0000' }, group_overrides = { StatusLine = { fg = c.vscGray, bg = c.vscGray } } }...
**fish version.** 3.3.1 **OS.** MacOS Monterey v12.1 **Terminal.** iTerm2 3.4.14 Behaviour persists on running `sh -c 'env HOME=$(mktemp -d) fish'`. When typing `cd` and going into a directory, using tab...
Opening the latest Neovim to various files (e.g. lua, fish, etc.) results in the following error, and disabling `neodim` fixes it. ``` Error in decoration provider treesitter/highlighter.line: Error executing lua:...
I like using `smartcase` for standard searching but am not keen on it for my `f` (etc.) behaviour, so would like to avoid this. I have `ignorecase = false` for...