error lens and keybind fix
This commit is contained in:
parent
6ca1d51cba
commit
556fce950d
2 changed files with 12 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue