Romain Lafourcade

Results 39 issues of Romain Lafourcade

In the `highlight` command, we can have three stylistic attributes: - `term=`, for terminals without color support, - `cterm=`, for terminals with color support, - `gui=`, for the GUI. Currently,...

Hi. If I load a number of files in Vim like this: ``` vim a.txt b.txt c.txt d.txt ``` I've got `a.txt` in the current window and the buffer list...

Hi. It doesn't look like we can use `@variables` in file watch patterns. I have this `make` recipe that I would like to convert into a `modd` block: ``` $(build_js):...

enhancement
help wanted

I've been working on a rather large e-commerce project and the pattern we chose for our micro-frontends is a bit different from the vertical pattern you describe. Basically, we have:...

We can base it on the colortemplate [sample](https://github.com/lifepillar/vim-colortemplate/blob/master/templates/default_clone.colortemplate) and/or on @neutaaaaan's effort.

remake

Now that we have shipped the remakes it is time for the next step: define the guidelines/best practices to enforce when considering the inclusion of new colorschemes. To ease that...

Reference: https://help.github.com/en/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository

Make sure that any given GUI color is always translated to the same 256c and 16c. For example, LightMagenta, which doesn't exist in `rgb.txt`: co/evening.colortemplate|17 col 8| Color: lightmagenta #ffa0a0...

v:256 colors
v:16 colors
v:gui
v:tui
remake

- [ ] templates - [ ] guidelines - [ ] online tools

documentation