Vitaly Slobodin
@vitallium.bsky.social
📤 121
📥 145
📝 130
Staff Random Engineer at GitLab. Creating some magic!
https://buymeacoffee.com/vitallium
Hanami is hard but really enjoyable!
about 10 hours ago
0
2
0
Power of Tree-sitter in
@zed.dev
! Tagged template literals in your JS/TS with just 5 lines of code.
loading . . .
23 days ago
0
3
0
If you're an extension author for
@zed.dev
, check out the Tree Sitter Query extension that adds the ts_query_ls language server (
github.com/ribru17/ts_q...
) It supports linting, go to definition, autocomplete, and formatting, making DX much nicer when working with *.scm files.
loading . . .
24 days ago
1
0
0
I like gifts. Who doesn’t? This amazing hoodie from
@zed.dev
arrived today. I was recognized as a Community Champion. Zed has become central to my daily workflow, so getting this from the team behind it means a lot. Thank you, Zed team! ❤️
about 1 month ago
2
9
0
The Ruby extension for
@zed.dev
just got better! Huge thanks to
@marcoroth.dev
for adding `zed-comment` support (including all ERB languages) and RBS inline syntax highlighting! You can find full release notes at
github.com/zed-extensio...
loading . . .
Release v0.16.0 · zed-extensions/ruby
What's Changed Add support for zed-comment by @marcoroth in #203 chore(deps): update pnpm to v10.20.0 by @renovate[bot] in #201 Add zed-comment support for all ERB languages by @marcoroth in #205 ...
https://github.com/zed-extensions/ruby/releases/tag/v0.16.0
about 2 months ago
1
24
7
Just released v0.1.0 of the tree-sitter grammar for HAML, packed with new features and bug fixes:
github.com/vitallium/tr...
loading . . .
Release v0.1.0 · vitallium/tree-sitter-haml
Added Implement object reference syntax [] (06fc1d9) Support additional doctypes (90a6526) Allow escaping with backslash (67fb083) Add whitespace control operators > and < (4064f4b) Add Ruby opera...
https://github.com/vitallium/tree-sitter-haml/releases/tag/v0.1.0
2 months ago
1
2
0
How do you configure macOS Tahoe to make it usable? Liquid Glass is completely unusable, and I'm tempted to switch back to Linux because of it. I've tried some options, such as reducing transparency and increasing contrast, but no luck.
2 months ago
0
2
0
While working on the Ruby extension for
@zed.dev
, I needed to check gem deps often. Didn't find a `gem why` like `yarn why`, so I made one! Check it out:
github.com/vitallium/ge...
loading . . .
3 months ago
1
30
6
Good news, everyone! The Ruby extension v0.13.2 for
@zed.dev
has been released! This new version includes an important bug fix for `rbenv` and `mise` users who had a high probability of encountering an issue where the system Ruby was being used for LSPs. Thanks!
github.com/zed-extensio...
loading . . .
Release v0.13.2 · zed-extensions/ruby
What's Changed fix(gemset): add cwd to Gemset and set RBENV_DIR env var by @vitallium in #173 feat(gemset): store and re-use Worktree shell env by @vitallium in #176 Full Changelog: v0.13.1...v0....
https://github.com/zed-extensions/ruby/releases/tag/v0.13.2
4 months ago
0
5
0
This is me next week, watching out for the great stuff and all the incredible speakers at @railsworld because I couldn't get a ticket.
4 months ago
1
1
0
I'm on
buymeacoffee.com
. If you like my work on the Ruby extension and other extensions for
@zed.dev
, you can buy me a coffee to fuel me up. ☕
buymeacoffee.com/vitallium
(or via GitHub
github.com/sponsors/vit...
)
loading . . .
https://buymeacoffee.com/vitallium
4 months ago
1
2
2
Vacation's over. Time to get back to work!
4 months ago
0
0
0
The Ruby extension v0.12.0 for
@zed.dev
is out! This release includes bug fixes for the debugging feature. Check it out! Many thanks to the community for their contributions!
github.com/zed-extensio...
loading . . .
Release v0.12.0 · zed-extensions/ruby
What's Changed feat(ruby): add gem uninstall functionality by @vitallium in #135 Add support for debug locators by @Hawkbawk in #130 feat(ruby): Add basic support for displaying dbg variables by @...
https://github.com/zed-extensions/ruby/releases/tag/v0.12.0
6 months ago
0
4
0
The Ruby extension v0.10.0 for
@zed.dev
is out, featuring Herb LSP by
@marcoroth.dev
and bundle-aware debugger support. Happy vide coding!
6 months ago
2
18
6
Available in the dev version of Ruby extension for
@zed.dev
starting today! 🎉
add a skeleton here at some point
6 months ago
0
10
1
Huge news for Ruby LSP users: `textDocument/diagnostic` aka pulling diagnostics is now available in the latest preview version of
@zed.dev
(0.191.0)! Please give it a try! Don't forget to disable `rubocop`. Thanks to the
@zed.dev
team for working and landing it!
7 months ago
2
7
0
Rubyists! The Ruby extension v0.9.0 has been released for
@zed.dev
. This new version includes support for `sorbet` and `steep`, as well as some minor bug fixes. Check the Zed docs for information about activating `sorbet` and `steep`. The release notes here
github.com/zed-extensio...
Thanks!
loading . . .
Release v0.9.0 · zed-extensions/ruby
What's Changed Add support for the steep LSP by @wouterken in #102 ruby: Make LanguageServer::get_executable_args an instance method by @vitallium in #105 feat: add sorbet Ruby LSP server option b...
https://github.com/zed-extensions/ruby/releases/tag/v0.9.0
7 months ago
0
9
2
Sweet! This option in
@1password.bsky.social
makes my browsing experience a lot better in Orion by
@kagi.com
! Before, I had to log in to the 1Password extension every time I opened a new tab.
7 months ago
0
1
0
Let the fun begin!
8 months ago
0
2
0
No Rails World ticket for me this year…
8 months ago
1
1
0
The Ruby extension v0.7.1 for
@zed.dev
has been released. This release improves the initial DX by introducing a new LS activation sequence: `Gemfile` -> `PATH` -> User gemset -> Own version (check docs) Also, the Ruby extension has been installed over 100k times. That is insane! Thank you all!
8 months ago
1
15
4
Just released the Ruby extension v0.5.6 for
@zed.dev
, packed with goodies and fixes contributed by the community. This is so awesome! Thank you all!
github.com/zed-extensio...
loading . . .
Release v0.5.6 · zed-extensions/ruby
What's Changed Remove default tasks.json by @vitallium in #36 Remove else from outdent triggers by @vitallium in #42 Add completion_query_characters by @smitbarmase in #49 Add minimal README by @a...
https://github.com/zed-extensions/ruby/releases/tag/v0.5.6
8 months ago
0
5
2
This is just incredible! I also started experimenting with the debugger when it landed on the default branch, and I already have some WIP for Ruby. Stay tuned!
add a skeleton here at some point
8 months ago
1
9
2
Before heading out on my vacation, I synced the Modus Themes v4.7.0 changes with the Zed port:
github.com/vitallium/ze...
loading . . .
Release v0.0.16 · vitallium/zed-modus-themes
Changed This release syncs changes with the upstream release of Modus Themes v4.7.0. The following changes apply specifically to the Zed themes: Make yellow-cooler of modus-operandi-tinted even mo...
https://github.com/vitallium/zed-modus-themes/releases/tag/v0.0.16
8 months ago
0
3
0
Zed ❤️
www.reddit.com/r/rubyonrail...
loading . . .
From the rubyonrails community on Reddit
Explore this post and more from the rubyonrails community
https://www.reddit.com/r/rubyonrails/comments/1k21ak4/best_code_editor_in_2025/
8 months ago
0
2
0
Improving the initial UX of the Ruby extension for
@zed.dev
by using the newly introduced `Process` API. Isolated and automatic installation of LSP gems but we check the project gemset first. 🎉
github.com/zed-extensio...
loading . . .
9 months ago
1
3
1
Just released a small update (v0.0.13) to Modus Themes for
@zed.dev
with 2 fixes (
github.com/vitallium/ze...
):
9 months ago
0
2
0
I'd like to be listed on RubyEvents. From now. Just check it out:
www.rubyevents.org
Amazing!
loading . . .
On a mission to index all Ruby events. Your go-to place for talks and events about Ruby.
https://www.rubyevents.org
9 months ago
2
5
1
Just released Modus Themes v0.0.11 for
@zed.dev
which includes a small fix to address the background for inlay hints when you enable the background via `inlay_hints.show_background`:
9 months ago
0
0
0
Ruby folks! The Ruby extension will use the
@zed.dev
' new process API to improve initial install experience. Have thoughts on bundler integration, gem isolation, or LSP handling? Would love your input:
github.com/zed-extensio...
loading . . .
Improve initial install experience · Issue #37 · zed-extensions/ruby
Currently the UX for a new user installing the Ruby extension is somewhat sub-par. If you do not have solargraph or ruby-lsp installed and available in your path, the extension kicks an error: Lang...
https://github.com/zed-extensions/ruby/issues/37#issuecomment-2730117385
10 months ago
1
7
1
You can watch three things forever: fire burning, water flowing, and the endless pain of installing Google's Ruby gems.
10 months ago
0
1
0
Amazing
@joel.drapper.me
pointed out that the Ruby extensions does not support textobjects in `vim` mode, so I am working on filling that gap:
loading . . .
10 months ago
2
5
1
Modus Themes v0.0.8 has also been released. This version adds support for the upcoming Git panel in
@zed.dev
github.com/vitallium/ze...
11 months ago
0
1
0
The Ruby extension for
@zed.dev
has received a new update focused on improving syntax highlighting:
github.com/zed-industri...
loading . . .
Bump Ruby to v0.4.4 by vitallium · Pull Request #1991 · zed-industries/extensions
Hi, this PR bumps the Ruby extension to v0.4.4. Here is the full list of changes: All screenshots were made by using the following settings: Default theme One Dark Font Berkeley Mono v2, size 15. ...
https://github.com/zed-industries/extensions/pull/1991
11 months ago
0
12
1
I wonder if there is a Ruby file available for testing syntax highlighting. 🤔
11 months ago
1
1
0
The
@zed.dev
extension for Tree-sitter query files is now available! You can find it as `tree sitter query` in the extensions store.
11 months ago
0
1
0
After years of using Emacs, I've made the switch to Zed as my daily driver. It's been a refreshing change—modern, sleek, and just as powerful for my workflow. Huge thanks to the Zed team!
add a skeleton here at some point
11 months ago
0
2
0
Modus Themes for
@zed.dev
is also getting a new release: v0.0.7. This version contains bug fixes only. Find the full changelog here -
github.com/vitallium/ze...
11 months ago
0
0
0
A new extension is coming soon: proper highlighting for tree-sitter queries (*.scm files) for
@zed.dev
(repo:
github.com/vitallium/ze...
)
11 months ago
0
1
0
Current status: converting my team to ServiceObjects and Interactions for our Ruby on Rails application.
11 months ago
0
1
0
There is also handy ‘super_diff’ gem for RSpec -
github.com/splitwise/su...
add a skeleton here at some point
11 months ago
0
1
0
A small QoL for the Ruby LSP Intellij Plugin - automatically ignore the `.ruby-lsp` directory.
12 months ago
1
2
0
That reminds me of one of my failed wishes: to create a drop-in replacement to ‘wkhtmltopdf’. I even announced it somewhere and the empty repo (
github.com/vitallium/ph...
) somehow got 209 stars 😭 maybe I should get back to it…
add a skeleton here at some point
12 months ago
1
1
0
Days since new service object: 0
12 months ago
0
0
0
Modus themes for
@zed.dev
now include tritanopia and deuteranopia color variants.
github.com/vitallium/ze...
12 months ago
0
1
0
Modus themes for
@zed.dev
are available in the extensions store -
zed.dev/extensions?q...
12 months ago
0
2
0
I am a huge fan of Modus Themes by Prot. Modus Themes is one of the things that I miss in
@zed.dev
since when I migrated from Emacs. Luckily, Zed has great documentation about creating themes -
zed.dev/docs/extensi...
12 months ago
1
2
0
wezterm
about 1 year ago
0
0
0
The newly released font "Berkeley Mono V2 (TX-02)" amazingly impressive.
about 1 year ago
0
4
0
StandardRB in Zed? Why not?
github.com/zed-extensio...
loading . . .
Add `StandardRB` LSP by vitallium · Pull Request #25 · zed-extensions/ruby
Add StandardRB LSP which is quite popular in the Ruby world - https://github.com/standardrb/standard This LSP is based on rubocop but it ships with its own binaries and CLI arguments. Configuring r...
https://github.com/zed-extensions/ruby/pull/25/files
about 1 year ago
0
1
0
Load more
feeds!
log in