Skip to content

M-wind/simpleindent.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

simpleindent.nvim

An Simple Indent Plugin for Nvim.

Install

Lazy

{
    "M-wind/simpleindent.nvim",
    event = "VeryLazy",
    opts = {},
}

Default Config

{
    char = "",
    priority = 2,
    exclude = {
        filetype = { "checkhealth", "help" },
        buftype = { "nofile", "quickfix", "terminal", "prompt" },
    },
}

Highlight Group

-- There is no default value.

-- indent default highlight
IndentLine
-- Current indent line highlight
IndentLineCurrent

Acknowledgments

Thanks goes to these people/projects for inspiration:

About

An simple indent plugin for neovim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages