From aded37188c37846284aea977f24266a9138873a1 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 28 Sep 2024 13:02:35 +0200 Subject: [PATCH] home/editor: Add rulers at 80 and 120 columns --- home/config/nil/editor.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/config/nil/editor.nix b/home/config/nil/editor.nix index ab70a06..9553dd3 100644 --- a/home/config/nil/editor.nix +++ b/home/config/nil/editor.nix @@ -4,6 +4,8 @@ defaultEditor = true; settings = { editor = { + rulers = [ 80 120 ]; + auto-pairs = { "“" = "”"; "‘" = "’";