-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Seems at least extensability is on the mind of the Helix team:
> There’s two prototypes we’re exploring that could potentially exist side by side: a typed list/ML-like implementation for scripting and a Rust based interface for things that require performance. Could potentially run both in wasm but I’m personally a bit unhappy with how big wasm implementations are, easily several orders of magnitude compared to the editor
https://github.com/helix-editor/helix/wiki/FAQ#how-to-write-...
So they're not avoiding making it extensible on purpose, seems they haven't found the right way to do it yet.
-
It is sad that it is a plugin instead of a core feature and a buggy one at that (https://github.com/AndCake/micro-plugin-lsp), it's the last missing piece to transform a really good choice into the de factor killer
-
which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
There is a well known plugin for neovim to do this kind of behavior. You can even create your own hotkeys into that plugin and will help you navigate and memorize different hotkeys for the editor. The plugin is called whichkey, and this is their github https://github.com/folke/which-key.nvim
-
-
Tesla uses Qt and Qt WebEngine uses Chromium, meaning that there is probably in fact a V8 JavaScript engine in any given Tesla.
https://github.com/teslamotors/buildroot/tree/buildroot-2021...
-
I made a plugin to do this too! https://github.com/tombh/novim-mode
I'd never heard of OP's, I'm sure we can work together to share ideas.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
You can also use Hydra for Emacs.[1] Once I discovered how to configure Hydra, I made it a habit to make one for every new major mode I need to use.
[1] https://github.com/abo-abo/hydra
-
for vim aarch64 and x86-64 : https://github.com/csdvrx/CuteVim
just embed your own vimrc with zip following the instructions
for others, see https://cosmo.zip/pub/cosmos/bin/
-
It's a tiny tweak that gives something like 1% of the functionality.
The real, useful, working CUA mode for Emacs is here:
https://ergoemacs.github.io/
-