nvim-moonwalk VS teal-types

Compare nvim-moonwalk vs teal-types and see what are their differences.

nvim-moonwalk

Use any language that compiles to Lua in your Neovim configuration (by gpanders)

teal-types

Teal type definitions of Lua libraries! (by teal-language)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-moonwalk teal-types
5 2
66 100
- 3.0%
0.0 5.2
about 2 years ago 3 days ago
Lua Lua
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-moonwalk

Posts with mentions or reviews of nvim-moonwalk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-26.

teal-types

Posts with mentions or reviews of teal-types. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-21.
  • Experience with statically typed lang that compiles to lua for plugins/scripting?
    8 projects | /r/neovim | 21 Dec 2022
    I have no affiliations, but I think teal would be a great such language. It feels very much like "what TS is to JS" in that it's syntax is (I believe) a superset of lua, and it is possible to require teal files in lua files by first requiring the teal compiler (a one line change). In fact, there's already a neovim plugin that I use everyday written in teal! Teal also has the concept of declaration files (like `.d.ts` in TS or `.pyi` in python), and it has [declaration files for neovim files](https://github.com/teal-language/teal-types/tree/master/types/neovim) already. However, its LSP is very, very young.
  • Is it possible to configure neovim with teal instead of lua?
    4 projects | /r/neovim | 13 Jan 2022
    There are type definitions in the teal-types repo for neovim. And as for theoretical, my config is like 99% teal right now (granted I am biased since I'm one of its maintainiers :P) (also it's on a dev branch of teal with some unstable features so don't just copy paste stuff and expect it to work).

What are some alternatives?

When comparing nvim-moonwalk and teal-types you can also consider the following projects:

tangerine.nvim - 🍊 Sweet Fennel integration for Neovim

teal-language-server - A language server for Teal, a typed dialect of Lua

Fennel - Lua Lisp Language

impatient.nvim - Improve startup time for Neovim

hotpot.nvim - :stew: Carl Weathers #1 Neovim Plugin.

gitsigns.nvim - Git integration for buffers

zest.nvim - macros to configure neovim in fennel

nvim-oxi - :link: Rust bindings to all things Neovim

factorio-useful_book - [Factorio mod] Store and use any script in Lua/Candran/Teal/MoonScript or create custom commands. Admins can share access to an executable code to players.

lua-language-server - A language server that offers Lua language support - programmed in Lua

nvim-config-bistro - Using fennel to cook up a tasty Lua config ready to be consumed with a "fork"

dotfiles