mason-registry VS lua-language-server

Compare mason-registry vs lua-language-server and see what are their differences.

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
mason-registry lua-language-server
5 79
125 3,015
8.8% 2.0%
10.0 9.4
4 days ago 11 days ago
Lua
Apache License 2.0 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.

mason-registry

Posts with mentions or reviews of mason-registry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • Show HN: Postgres Language Server
    21 projects | news.ycombinator.com | 6 Aug 2023
    Can you try to get it added to Mason so people don't have to try and do a custom install?

    https://github.com/mason-org/mason-registry/

  • saltstack development in neovim
    1 project | /r/neovim | 26 Apr 2023
  • Astronvim Python DAP not starting
    2 projects | /r/neovim | 3 Apr 2023
    There was a bug in the new mason registry that I fixed this morning: https://github.com/mason-org/mason-registry/pull/1056
  • PSA: Changes to the mason.nvim registry
    5 projects | /r/neovim | 26 Mar 2023
    Hello! This is a PSA for people who use mason.nvim (tl;dr at the bottom). Going forward the core registry will be hosted as a collection of static, YAML-based, package definitions at https://github.com/mason-org/mason-registry, as opposed to bundled with the mason.nvim plugin itself as Lua modules. This decouples the infrastructure in such a way that the Lua plugin becomes a standalone client that can be hooked into more registries than just the core one, as well as more easily be subject to versioning (mason.nvim currently doesn't version itself due to the fact that packages are bundled with it, which complicates things). This decoupling also lowers the barrier of entry for additional maintainers who can solely focus on the registry, without having to learn the internals of the plugin (more info will come soon if you're interested in possibly helping maintain the core registry).
    2 projects | /r/neovim | 19 Mar 2023
    Going forward the core mason.nvim package registry will be hosted as a collection of static, YAML-based, package definitions at https://github.com/mason-org/mason-registry, as opposed to bundled with the mason.nvim plugin itself as Lua modules. This will be a fully seamless migration so you shouldn't notice anything and there is no action required. Refer to the full announcement post for more information.

lua-language-server

Posts with mentions or reviews of lua-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-01.

What are some alternatives?

When comparing mason-registry and lua-language-server you can also consider the following projects:

atlas - Manage your database schema as code

lua-lsp - A Lua language server

declarative-schemas

luacheck - A tool for linting and static analysis of Lua code.

nil - NIx Language server, an incremental analysis assistant for writing in Nix.

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

purl-spec - A minimal specification for purl aka. a package "mostly universal" URL, join the discussion at https://gitter.im/package-url/Lobby

lsp-mode - Emacs client/library for the Language Server Protocol

language-server-protocol - Defines a common protocol for language servers.

lsp-zero.nvim - A starting point to setup some lsp related features in neovim.

vscode-postgres - PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense

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