awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
b0o avatar

b0o/SchemaStore.nvim

0
View on GitHub↗
1,009 星标·21 分支·Lua·Apache-2.0·1 次浏览schemastore.org↗

SchemaStore.nvim

🛍 JSON schemas for Neovim

Features

  • LSP Integration - Provides access to the SchemaStore catalog.

Star 历史

b0o/schemastore.nvim 的 Star 历史图表b0o/schemastore.nvim 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

SchemaStore.nvim 的开源替代方案

相似的开源项目,按与 SchemaStore.nvim 的功能重合度排序。
  • w0rp/alew0rp 的头像

    w0rp/ale

    14,005在 GitHub 上查看↗

    Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers into the editor. It provides infrastructure for background syntax validation and automated code fixing without blocking the editor interface. The project implements the Language Server Protocol to enable advanced semantic navigation, including symbol renaming, definition jumping, and the application of automatic refactoring changes. It functions as an automatic code fixer that applies formatting and repairs based on feedback from linting tools and language servers. The plugin

    Vim Script
    在 GitHub 上查看↗14,005
  • folke/snacks.nvimfolke 的头像

    folke/snacks.nvim

    7,747在 GitHub 上查看↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Lua
    在 GitHub 上查看↗7,747
  • automattic/harperAutomattic 的头像

    Automattic/harper

    10,890在 GitHub 上查看↗

    Harper is a local English linter and grammar checker designed as an IDE writing assistant. It operates as a language server that provides real-time spelling and grammar analysis for markdown and code comments, processing all linguistic data on the local device to ensure privacy and eliminate cloud dependencies. The tool is specialized for technical documentation, featuring the ability to identify and ignore text within code fences and inline blocks to prevent false positives. It allows for personalized configuration through custom dictionaries and the use of suppression comments to exclude sp

    Rustchrome-extensiondeveloper-toolsenglish-language
    在 GitHub 上查看↗10,890
  • hrsh7th/nvim-cmphrsh7th 的头像

    hrsh7th/nvim-cmp

    9,455在 GitHub 上查看↗

    This project is a Lua-based completion engine for Neovim that aggregates real-time text suggestions from multiple data sources into a single interface. It functions as a modular framework for extending the editor with custom completion logic, acting as both a fuzzy text suggestion tool and an interface for the Language Server Protocol. The engine utilizes a source-agnostic provider interface to standardize how disparate data sources feed candidates into a central logic engine. It employs asynchronous candidate fetching and a non-blocking architecture to retrieve suggestions from external serv

    Lua
    在 GitHub 上查看↗9,455
查看 SchemaStore.nvim 的所有 30 个替代方案→

常见问题解答

b0o/schemastore.nvim 是做什么的?

🛍 JSON schemas for Neovim

b0o/schemastore.nvim 的主要功能有哪些?

b0o/schemastore.nvim 的主要功能包括:LSP Integration。

b0o/schemastore.nvim 有哪些开源替代品?

b0o/schemastore.nvim 的开源替代品包括: w0rp/ale — Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers… hrsh7th/nvim-cmp — This project is a Lua-based completion engine for Neovim that aggregates real-time text suggestions from multiple data… automattic/harper — Harper is a local English linter and grammar checker designed as an IDE writing assistant. It operates as a language… folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect…