Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarQube - Static code analysis for 29 languages.
- Revelo Payroll - Free Global Payroll designed for tech teams
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
-
mini.nvim
Library of 30+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort
There are at least these: - mini.splitjoin which works based on Lua patterns without tree-sitter (occasional false positive in parsing arguments, but doesn't require tree-sitter). - Wansmer/treesj which works based on tree-sitter parsing. - CKolkey/ts-node-action - more general tree-sitter actions (also requires tree-sitter parser installed and loaded).
-
There are at least these: - mini.splitjoin which works based on Lua patterns without tree-sitter (occasional false positive in parsing arguments, but doesn't require tree-sitter). - Wansmer/treesj which works based on tree-sitter parsing. - CKolkey/ts-node-action - more general tree-sitter actions (also requires tree-sitter parser installed and loaded).
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
There are at least these: - mini.splitjoin which works based on Lua patterns without tree-sitter (occasional false positive in parsing arguments, but doesn't require tree-sitter). - Wansmer/treesj which works based on tree-sitter parsing. - CKolkey/ts-node-action - more general tree-sitter actions (also requires tree-sitter parser installed and loaded).
Related posts
- mini.nvim - release 0.10.0 (files, clue, operators, and minor updates)
- Shoutouts to u/echasnovski
- Looking for good tutorials for learning to use neovim as an IDE.
- mini.files updates - file preview, prefix customization, change target window, and more
- New plugin: Notebook Navigator - Execute and manipulate code cells a la VSCode