Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Indentify

A neovim plugin for fast indent range calculation and indent guides rendering using nvim_set_decoration_provider, providing highlights for scopes.

It doesn't rely on tree-sitter or LSP.

20260713-21h29m01sniri

Install

vim.pack.add { 'https://github.com/d-itu/indentify' }

Configure

require "indentify".setup {
    char = "",
    -- return false to prevent rendering for a buffer
    filter = function(win, buf) end,
}

Highlights

Name
IndentifyInactive
IndentifyActive

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages