cprn
cprn
**Describe the bug** When a default value is set, e.g. `shiftwidth` or `foldmethod`, the one from the modeline is ignored on save of `init.lua`. **To Reproduce** On clean nvim with...
I'm trying to unlock all achievements for a game with random spacing but **in a specific order**. It seems the manager assigns a random time between `0` and specified `--amount`...
**Motivation** Syncing to Google / DropBox / any online service never worked for me and never will because I use containers for sessions separation and it's impossible (I think) to...
Hi, I'm using Lualine which is one of common winbar providers (a bar on top of the VIM window). I wanted to ask if it's intended behavior for Goyo to...
Both `ytmusicapi` and `pytube` got updated beyond of what version `0.3.8` works with so the workaround is to install older versions instead: ``` pip uninstall ytmusicapi pip install ytmusicapi==0.25.0 pip...
Hi, I use Manjaro-i3. After few days I'm trying to configure fonts but when I run `bmenu` -> `3 Set font` then choose a font and type in the size,...
#### Your system information * Steam client version: 1728690629 * SteamOS version: 3.6.18 * Opted into Steam client beta?: Yes * Opted into SteamOS beta?: Yes * Have you checked...
## Information **VIM version** NVIM v0.5.0-dev Build type: RelWithDebInfo Operating System: Linux, Ubuntu 18.04.4 LTS ## What went wrong Ale always runs PHPStan with `-l 4` (level 4 of strictness)...
My binding to `ALEGoToDefinition` is `gd`. Native VIM bindings for splitting windows are `v` and `s`. Therefore instead of `ALEGoToDefinitionIn...Split` I prefer to hit `vgd` or `sgd`. Currently it has...
Added missing `-i` flag to `usage()` and the `man` page. I had no idea how to denote that `-i` takes a parameter. If it's unclear, I'm open for suggestions. Sorry...