error lens and keybind fix

This commit is contained in:
Satria 2026-03-13 10:35:09 +07:00
commit 556fce950d
2 changed files with 12 additions and 1 deletions

View file

@ -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 = {

View file

@ -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"