Profile avatar
echasnovski.bsky.social
Data science, Machine learning | R, Python, Lua | Neovim plugins, mini.nvim
81 posts 598 followers 38 following
Regular Contributor
Active Commenter

@lionelhenry.bsky.social and I are so excited to finally announce Air - an extremely fast R code formatter! 🎉 With Air, you'll never need to worry about styling your #rstats code ever again. All you need to do is save, and Air takes care of the rest. www.tidyverse.org/blog/2025/02...

#neovim Development News The 0.11 version will have improved Unicode handling. For example, it will allow proper display of many more emoji characters than before. Both in regular and terminal buffers. All thanks to @bfredl.bsky.social pain, tears, and dedication. PR: - github.com/neovim/neovi...

'mini.nvim' got version 0.15.0 release: github.com/echasnovski/... It is mostly about new 'mini.snippets' module (out of its beta-testing phase) and various small improvements here and there. #neovim

'mini.nvim' is trending on GitHub right now. That's huge! Thank you all for your support ❤️

Hey @echasnovski.bsky.social I made something you're going to like! Also comes with a new logo suggestion 😅 youtu.be/qyB-sAvW2lI?...

#neovim Development News The 0.11 version will have tree-sitter highlighting done asynchronously. This should improve responsiveness. It also means that programmatically getting the parser no longer pre-parses the tree. Call `parse()` method explicitly. PR: - github.com/neovim/neovi...

Switched yesterday from mouse to a trackball (ProtoArc EM-03) and now browsing suddenly feels fun. The same feeling when you get trying something new (programming language, Neovim plugin, 'mini.nvim' module, etc.) and it "clicks". Needed to practice only about couple of hours to feel comfortable.

I would like to congratulate everybody with the upcoming new year and wish that it will be better than 2024. Most of my free time I dedicate to github.com/echasnovski/... #neovim development. Let's revisit its progress in 2024.

Happy New Year, everybody! Let's hope that next year will bring us more awesome features and less broken configs! Here is a small thread with #neovim development stats in 2024.

I've finally released 'mini.snippets'. It was an abnormally long development period (for various reasons), but the module is finally out. A link to the Reddit announcement: www.reddit.com/r/neovim/com...

Here is an early Christmas #neovim gift for you all: new 0.10.3 maintenance release. github.com/neovim/neovi...

Vim tip for today ✨ A few use cases for one of my favourite plugins - mini.surround by @echasnovski.bsky.social #vim #neovim

This change is a huge 'mini.diff' and 'mini.hues' usability improvement. Line number of current line is shown bold specifically to not override colored line numbers (like from 'mini.diff') but to enhance them. Now it is fully the case on latest #neovim 0.11 (nightly).