mirror of
https://github.com/pnx/dotfiles
synced 2026-08-26 12:58:12 +02:00
nvim/lua/user/options.lua: set user.indentGuides
This commit is contained in:
parent
32f5082360
commit
5165a53aae
1 changed files with 2 additions and 0 deletions
|
|
@ -129,3 +129,5 @@ user.highlight_yank = {
|
||||||
timeout = 400,
|
timeout = 400,
|
||||||
higroup = "IncSearch"
|
higroup = "IncSearch"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
user.indentGuides = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue