Romain Lafourcade
Romain Lafourcade
Basically, something like [vim-qlist](https://github.com/romainl/vim-qlist) that would also work for `:oldfiles`, `:changes`, etc in a generic manner. ## Scenario * `:Toqf changes` would set a specific `errorformat` and run `:cexpr` with...
http://vi.stackexchange.com/questions/9436/calling-vimgrep-so-that-results-from-the-current-file-are-on-top
The colors in xterm's 256color palette are not named. This means that arbitrarily assigning them names pulled from another palette, `/usr/lib/X11/rgb.txt` in this case, and listing those names under "Xterm...
As per https://github.com/vim-advent-calendar/vimways.org/pull/70 I was unable to get the server commands to work $ hugo server -DF results in: ERROR 2019/08/28 11:25:51 Failed to add template "_default/list.html" in path "_default/list.html":...
This is the original desert in the MacVim GUI: $ vim --clean +so\ /path/to/vim-colorschemes/legacy_colors/desert.vim -g And this is the remake in the MacVim GUI: $ vim --clean +color\ desert -g...
Hello, in romainl/vim-malotru, I have a short "verbatim" [block](https://github.com/romainl/vim-malotru/blob/master/malotru.colortemplate#L172-L174) that forcibly sets `&fillchars`. Today I was trying to make that block less intrusive, which involved making a backup of the...
### Steps to reproduce 1. Put the following content in `foo.ts` (TypeScript sample taken from https://prettier.io/playground/): ``` interface MyInterface { foo(): string, bar: Array, } export abstract class Foo implements...
(from an email received on my personal address, user says they can't use GitHub) Hi, I use zaibatsu in vim as my colortheme, i have 2 problems: First: i find...
Related: https://github.com/vim/colorschemes/issues/221