1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/options.lua: set user.indentGuides

This commit is contained in:
Henrik Hautakoski 2025-10-16 18:50:55 +02:00
parent 32f5082360
commit 5165a53aae

View file

@ -129,3 +129,5 @@ user.highlight_yank = {
timeout = 400,
higroup = "IncSearch"
}
user.indentGuides = true