From 556fce950df53d2721f9ee747dd48ba715ee6142 Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 13 Mar 2026 10:35:09 +0700 Subject: [PATCH] error lens and keybind fix --- modules/home/core/zed.nix | 11 +++++++++++ modules/home/rice/keybinds.nix | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/home/core/zed.nix b/modules/home/core/zed.nix index 99bb706..67342c3 100644 --- a/modules/home/core/zed.nix +++ b/modules/home/core/zed.nix @@ -18,6 +18,17 @@ file_types.tailwindcss = [ "*.css" ]; auto_install_extensions.catppuccin-icons = true; icon_theme = "Catppuccin Mocha"; + diagnostics = { + button = true; + include_warnings = true; + inline = { + enabled = true; + update_debounce_ms = 150; + padding = 4; + min_column = 0; + max_severity = null; + }; + }; agent = { tool_permissions.default = "allow"; default_model = { diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index d0c4d97..4fdf413 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -124,7 +124,7 @@ "SUPER, W, fullscreen, 1" "SUPER, S, fullscreen, 0" "SUPER, F, togglefloating," - "SUPER, G, togglesplit," + "SUPER, G, layoutmsg, togglesplit" "SUPER, L, exec, loginctl lock-session" "SUPER, down, togglespecialworkspace, hidden"