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" ];
|
file_types.tailwindcss = [ "*.css" ];
|
||||||
auto_install_extensions.catppuccin-icons = true;
|
auto_install_extensions.catppuccin-icons = true;
|
||||||
icon_theme = "Catppuccin Mocha";
|
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 = {
|
agent = {
|
||||||
tool_permissions.default = "allow";
|
tool_permissions.default = "allow";
|
||||||
default_model = {
|
default_model = {
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
"SUPER, W, fullscreen, 1"
|
"SUPER, W, fullscreen, 1"
|
||||||
"SUPER, S, fullscreen, 0"
|
"SUPER, S, fullscreen, 0"
|
||||||
"SUPER, F, togglefloating,"
|
"SUPER, F, togglefloating,"
|
||||||
"SUPER, G, togglesplit,"
|
"SUPER, G, layoutmsg, togglesplit"
|
||||||
"SUPER, L, exec, loginctl lock-session"
|
"SUPER, L, exec, loginctl lock-session"
|
||||||
|
|
||||||
"SUPER, down, togglespecialworkspace, hidden"
|
"SUPER, down, togglespecialworkspace, hidden"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue