Skip to content

d-itu/indentify.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages