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. Learn more →
Vim9jit Alternatives
Similar projects and alternatives to vim9jit
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
dotfiles
Here are the dotfiles for my desktop and laptop. Currently under heavy construction. Will create the first 'release' once most of my config is uploaded. (by NicksIdeaEngine)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
vim9jit discussion
vim9jit reviews and mentions
-
Vim-writegood: nothing, but a simple Vim9 wrapper around write-good.
That's not happening any time soon, but there's this project by one of Neovim's contributers that transpiles Vim9 script into Lua.
-
Introducing neovim config written in C
Probably feasible with https://github.com/tjdevries/vim9jit actually
-
Has anyone migrated their vimrc to vim9script ?
There's https://github.com/tjdevries/vim9jit. It has reportedly been used to port Vim9script runtime files to Neovim.
- Vim9jit: A vim9script to Lua transpiler written in Rust
-
What does emacs and elisp has as an advantage over nvim and lua?
Neovim is going to use a transpiler that covers vim9script code to lua code using the nvim api in the future (https://github.com/tjdevries/vim9jit)
-
Any Vimscript to Lua transpilers?
I didn’t watch the streams because I wasn’t totally sure what he was even doing, but maybe this will take some of it off your hands: https://github.com/tjdevries/vim9jit
-
I am done with vim (ThePrimeagen)
It could (rightly) be argued that neovim could just merge in vim9script, but I think this probably isn't the best more. I'm personally more in favor of getting a vim9 cross-compiler working, that way there's an easy way to support both. But that's my ignorant two cents on the matter.
-
So, is your main editor Vim or Neovim?
A core contributor to Neovim is toying with a Vim9Script to Lua convertor.
-
Vim 9.0 Was Released
That's not necessarily true.
Core maintainer of the Neovim Tjdevries is working on a compatibility layer that would allow vim9 to not only run in Neovim, but likely faster.
Source: https://github.com/tjdevries/vim9jit
-
Vim 9 has been released
My understanding was the neovim folks decided this wasn't work the hassle. TJ already has https://github.com/tjdevries/vim9jit, which transpiles vim9scripts to lua, and that is much more likely the way things will go.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Feb 2025
Stats
tjdevries/vim9jit is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim9jit is Rust.