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 = { "“" = "”"; "‘" = "’";