treesitter-indent-object.nvim VS tree-sitter-hyprlang

Compare treesitter-indent-object.nvim vs tree-sitter-hyprlang and see what are their differences.

treesitter-indent-object.nvim

Context-aware indent textobject powered by Treesitter. `vai` to select current context. (by kiyoon)

tree-sitter-hyprlang

hyprlang grammar for tree-sitter (by tree-sitter-grammars)
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
treesitter-indent-object.nvim tree-sitter-hyprlang
1 1
44 89
- -
2.6 7.2
7 months ago about 1 month ago
Lua JavaScript
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.

treesitter-indent-object.nvim

Posts with mentions or reviews of treesitter-indent-object.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-11.
  • Context-Aware Text Indent Object Powered by Treesitter
    2 projects | /r/neovim | 11 Dec 2022
    treesitter-indent-object.nvim provides a context-aware indent object to quickly select the part described with indent-blankline.nvim. I find it useful because the indent-blankline gives you a live preview so you can expect what this object will grab.

tree-sitter-hyprlang

Posts with mentions or reviews of tree-sitter-hyprlang. We have used some of these posts to build our list of alternatives and similar projects.
  • hey yo! lazy load this plugin on a filetype
    1 project | /r/neovim | 7 Oct 2023
    { "luckasRanarison/tree-sitter-hypr", init = function() local parser_config = require("nvim-treesitter.parsers").get_parser_configs() ---@diagnostic disable-next-line: inject-field parser_config.hypr = { install_info = { url = "https://github.com/luckasRanarison/tree-sitter-hypr", files = { "src/parser.c" }, branch = "master", }, ft = { "hypr" }, } end, ft = { "hypr" }, }

What are some alternatives?

When comparing treesitter-indent-object.nvim and tree-sitter-hyprlang you can also consider the following projects:

dotenv.nvim - A minimalist .env support for Neovim

zephyr-nvim - A dark neovim colorscheme written in lua

easytables.nvim - Easily insert and edit markdown tables using Neovim with a live preview and useful helpers

ts-textobjects - Treesitter textobjects for neovim.

dropbar.nvim - IDE-like breadcrumbs, out of the box

template-literal-comments.nvim - highlight languages embedded in ECMAScript template literals by adding a comment

fsplash.nvim - Show a custom splash screen in a floating window

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

penguinVim - NeoVim but better

gopher.nvim - Neovim plugin for make golang development easiest

nvim-gps - Simple statusline component that shows what scope you are working inside