mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
docs(ui): fix typo - s/inent/indent/ (#6584)
## Description This fixes a typo I noticed in the docs. ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
dea0ae44be
commit
98b97d7b00
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- disable inent-blankline scope when mini-indentscope is enabled
|
||||
-- disable indent-blankline scope when mini-indentscope is enabled
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue