Sergey Zubkov

Results 2 issues of Sergey Zubkov

## The problem The local [`vim-plug`](https://github.com/ksevelyar/idempotent-desktop/blob/0f803f502a50e60d80198630d404fa4cc58ccb43/users/shared/nvim/init.vim#L4) doesn't work with the latest flakes, probably because of the [`--clean`](https://github.com/NixOS/nixpkgs/commit/ce49cb7792a7ffd65ef352dda1110a4e4a204eac) option. The current setup requires imperative installation of vim-plug and [some LSP deps](https://github.com/ksevelyar/idempotent-desktop/blob/0f803f502a50e60d80198630d404fa4cc58ccb43/packages/neovim.nix#L32),...

enhancement

Hello! All cyrillic characters are displayed as rectangles with terminus-font: ``` bash echo "hello world кириллицав" | dzen2 -fn '-*-terminus-medium-*-*-*-22-*-*-*-*-*-koi8-u' -p -x 500 -y 1000 -w 500 ``` ![2012-12-29-033259_1920x1200_scrot](https://f.cloud.github.com/assets/725959/34843/e1b12d56-514a-11e2-80a0-a1ba03068df0.png) #...