From 72b5061523f95200eb912950180779d13b363078 Mon Sep 17 00:00:00 2001 From: pancakes
Date: Fri, 31 Oct 2025 01:03:20 +1000 Subject: [PATCH] Remove helix editor --- helix/dot-config/helix/config.toml | 15 --------------- helix/dot-config/helix/languages.toml | 13 ------------- justfile | 10 +--------- 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 helix/dot-config/helix/config.toml delete mode 100644 helix/dot-config/helix/languages.toml diff --git a/helix/dot-config/helix/config.toml b/helix/dot-config/helix/config.toml deleted file mode 100644 index f7c0b31..0000000 --- a/helix/dot-config/helix/config.toml +++ /dev/null @@ -1,15 +0,0 @@ -theme = "tokyonight" - -[editor] -cursorline = true -popup-border = "all" - -[editor.cursor-shape] -insert = "bar" - -[editor.indent-guides] -render = true - -[editor.lsp] -display-inlay-hints = true - diff --git a/helix/dot-config/helix/languages.toml b/helix/dot-config/helix/languages.toml deleted file mode 100644 index b252bd0..0000000 --- a/helix/dot-config/helix/languages.toml +++ /dev/null @@ -1,13 +0,0 @@ -[[language]] -name = "bash" -auto-format = true - -[[language]] -name = "xml" -file-types = ["xml", "svg", "xsd", "xslt", "xsl", "ui"] -auto-format = true -formatter = { command = "xmllint", args = ["--format", "-"] } -language-servers = ["xml"] - -[language-server.xml] -command = "lemminx" diff --git a/justfile b/justfile index b465530..f569295 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ _echowarning text: @echo -e "{{ style("warning") }}{{ text }}{{ NORMAL }}" # Full auto installation -full-auto: packages dev-setup fish-shell helix-editor yazi-file-manager fastfetch +full-auto: packages dev-setup fish-shell yazi-file-manager fastfetch # Fuller auto (graphical) installation full-auto-gui: full-auto kitty-terminal niri-window-manager @@ -76,14 +76,6 @@ fish-shell: @just _echowarning "\n4) Installing fish plugins" fish -c "fisher update" -[group("essentials")] -helix-editor: - @just _echowarning "1) Installing Helix and dependencies" - paru -S bash-language-server clang fish-lsp helix just-lsp lemminx marksman python-lsp-server shfmt taplo-cli typescript-language-server vscode-css-languageserver vscode-html-languageserver vscode-json-languageserver yaml-language-server zls - - @just _echowarning "\n2) Stowing Helix config" - stow --dotfiles -S helix - [group("graphical")] kitty-terminal: @just _echowarning "1) Installing Kitty and dependencies"