From 5165a53aaea5876906185e5575051d47b9d35be1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 16 Oct 2025 18:50:55 +0200 Subject: [PATCH] nvim/lua/user/options.lua: set user.indentGuides --- nvim/lua/user/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index e97dc4a..74d8a7c 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -129,3 +129,5 @@ user.highlight_yank = { timeout = 400, higroup = "IncSearch" } + +user.indentGuides = true