diff --git a/dot_config/aerospace/aerospace.toml b/dot_config/aerospace/aerospace.toml index e66101b..51b869c 100644 --- a/dot_config/aerospace/aerospace.toml +++ b/dot_config/aerospace/aerospace.toml @@ -100,10 +100,10 @@ alt-shift-down = 'focus down' alt-shift-up = 'focus up' alt-shift-right = 'focus right' -ctrl-alt-shift-left = 'focus-monitor left --wrap-around' -ctrl-alt-shift-right = 'focus-monitor right --wrap-around' -ctrl-alt-shift-up = 'focus-monitor up --wrap-around' -ctrl-alt-shift-down = 'focus-monitor down --wrap-around' +ctrl-alt-shift-left = 'focus-monitor left' +ctrl-alt-shift-right = 'focus-monitor right' +ctrl-alt-shift-up = 'focus-monitor up' +ctrl-alt-shift-down = 'focus-monitor down' # See: https://nikitabobko.github.io/AeroSpace/commands#move alt-shift-h = 'move left' diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index cf72267..5f71d7b 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -64,8 +64,7 @@ in { conan deno - lsp-ai - python312Packages.jedi-language-server + basedpyright ]; homebrew = { diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 022cd67..80ecd8d 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -39,8 +39,8 @@ language-servers = [ name = "python" language-servers = [ "ruff", - "pylsp", - "gpt" + "basedpyright", + "gpt", ] [[language]]