Romain Bertrand romaintb · he/him
  • Paris area, France
  • https://doxin.net
  • I build web apps with Ruby on Rails and explore Rust and Go when performance matters. I live in the terminal, love configuring Neovim, and care deeply about open source and developer experience. And cats.

  • Joined on 2025年11月28日
romaintb pushed to master at romaintb/dotfiles 2026年06月26日 17:12:11 +02:00
f41dcc72bb zsh: use paru instead of yay in my aliases
75182faddf lazygit: introduce a config for this
be6e6e7f61 helix: mimick vim with cursor as bar in insert mode
Compare 3 commits »
romaintb pushed to master at romaintb/dotfiles 2026年06月25日 21:05:52 +02:00
3b73aa617f
helix: try harder to switch to helix
da8cbe2fb2
tmux: bring back a clock in status line
d4c997155a
helix: rework shortcuts
d1dab8806b
alacritty: add additional themes
cd84f7ba55
fix(helix): use nested tables for multi-key remaps
Compare 7 commits »
romaintb pushed to master at romaintb/vimconfig 2026年06月25日 17:23:39 +02:00
4a1ebb1e0f chore: lint config
romaintb pushed to master at romaintb/vimconfig 2026年06月25日 17:20:50 +02:00
34b4dece7e lsp: remove the wrong config for ruby, allowing all features
romaintb pushed to main at romaintb/fgj 2026年06月22日 15:35:29 +02:00
c798dabc73 docs: mention recent parseRemoteURL fix in CHANGELOG.md
romaintb commented on pull request romaintb/fgj#59 2026年06月22日 13:22:25 +02:00
fix(git): parse ssh URLs with ports

Thank you @jercik 🎉

romaintb pushed to main at romaintb/fgj 2026年06月22日 13:22:04 +02:00
b461fd1bb8 Merge pull request 'fix(git): parse ssh URLs with ports' (#59) from jercik/fgj:fix/ssh-url-port into main
4c0ed9239c
fix(git): parse ssh URLs with ports
Compare 2 commits »
romaintb merged pull request romaintb/fgj#59 2026年06月22日 13:22:00 +02:00
fix(git): parse ssh URLs with ports
romaintb commented on pull request romaintb/fgj#59 2026年06月22日 12:28:04 +02:00
fix(git): parse ssh URLs with ports
romaintb closed issue romaintb/fgj#56 2026年06月22日 12:26:08 +02:00
Self-hosted Forgejo instance: version check always targets codeberg.org, sends wrong auth token
romaintb merged pull request romaintb/fgj#58 2026年06月19日 11:04:48 +02:00
feat(repo): add `repo view --json`
romaintb pushed to main at romaintb/fgj 2026年06月19日 11:04:48 +02:00
1d5971bf3d Merge pull request 'feat(repo): add repo view --json' (#58) from jercik/fgj:feat/repo-view-json into main
89d72188c5
feat(repo): add repo view --json
Compare 2 commits »
romaintb commented on pull request romaintb/fgj#58 2026年06月18日 15:33:01 +02:00
feat(repo): add repo view --json

@jercik thank you ! it was in some todo list of mine but I did not have time to work on it 🙏

romaintb pushed to master at romaintb/vimconfig 2026年06月11日 17:56:30 +02:00
293d3fd737 indent-guides: stop using snacks and use mini.nvim block indent guides
romaintb pushed to master at romaintb/vimconfig 2026年06月11日 16:46:56 +02:00
0a614f3b82
aliases: support :Wq and :WQ
romaintb pushed to master at romaintb/dotfiles 2026年06月11日 16:21:23 +02:00
5cf836a5ea tmux: move back to catppuccin
b1ebac3ce7 alacritty: move themes into includable files, move back to cattpuccin
Compare 2 commits »
romaintb pushed to master at romaintb/vimconfig 2026年06月11日 16:19:50 +02:00
add75e1f8a feat(lsp): simplify the ruby-lsp setup
romaintb pushed to master at romaintb/vimconfig 2026年06月04日 12:52:13 +02:00
41e6fdfc3e feat: add some goodies i missed
romaintb pushed to main at romaintb/fgj 2026年06月01日 08:32:37 +02:00
baa470fcc4
docs: add recent FGJ_TOKEN change to CHANGELOG.md
romaintb commented on pull request romaintb/fgj#57 2026年06月01日 08:30:49 +02:00
feat(auth): honor FGJ_TOKEN environment variable

@doxavore thank you !