Dmytro Kolomoiets
Dmytro Kolomoiets
**Is your feature request related to a problem? Please describe.** I want to distinguish "untracked" files from "zero-length tracked files which I edited". Showing untracked files as "added" is very...
At my work mail server encodes whole subject to base64 if it contains at least one non-ascii character. This problem persists not only with me, if google for "decode mail...
## Problem 1) Using `--dispatch-entry` isn't intuitive and in no way easy for simple scripts. 2) Necessity of `.asd` for self-compiled one-file scripts is discouraging. 3) Caching binaries is not...
I'm using vim+solarized, sticking to terminal only. In all my own and new code I use space indents, so skinny guides looks great with ``` vimscript au VimEnter,Colorscheme * hi!...
Usecase: I want use plugin _only_ for lisp, vimscript and zsh. If I disable for all by `let g:rainbow_conf = {'separately': {'*': 0, 'lisp':{}, ...}}`, then I need to copypaste...
Will it be too difficult to add support for automatic tags extraction, like %f into %a - %t? Likewise specifying regex inside config, by which this extraction would take place,...
We have only partial support for Mono styles, e.g: ``` ┃ U+2190 – U+21FF Arrows ┃ ■ │ ■ │ ■ │ ■ ┃ ■ │ □ │ □ │...
I need even more text on screen :) Can someone provide **instruction how to patch** latest PragmataPro and crop one-two pixels from top and bottom of each line? I don't...
Project first argument must be stopped from wrapping ```cmake project(dummy_pj VERSION ${PROJECT_VERSION} DESCRIPTION "Dummy example" HOMEPAGE_URL "https://example.com/" LANGUAGES CXX ) project( dummy_pj VERSION ${PROJECT_VERSION} DESCRIPTION "Dummy example" HOMEPAGE_URL "https://example.com/" LANGUAGES...
I often separate blocks of CMake statements by two and sometimes three empty lines, simulating something akin sections and subsection -- it greatly enhances readability. Especially so, when you mix...