teal-types VS neodev.nvim

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

teal-types

Teal type definitions of Lua libraries! (by teal-language)

neodev.nvim

💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API. (by folke)
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
teal-types neodev.nvim
2 49
101 1,992
4.0% -
5.2 9.0
18 days ago 29 days ago
Lua Lua
MIT License Apache License 2.0
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.

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).

neodev.nvim

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

What are some alternatives?

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

nvim-moonwalk - Use any language that compiles to Lua in your Neovim configuration

neogen - A better annotation generator. Supports multiple languages and annotation conventions.

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

nvim-lspconfig - Quickstart configs for Nvim LSP

impatient.nvim - Improve startup time for Neovim

nvim-cmp - A completion plugin for neovim coded in Lua.

gitsigns.nvim - Git integration for buffers

nvim-lua-guide - A guide to using Lua in Neovim

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

IntelliJ-EmmyLua - Lua IDE/Debugger Plugin for IntelliJ IDEA

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

neoconf.nvim - 💼 Neovim plugin to manage global and project-local settings