Remove helix editor

This commit is contained in:
pancakes 2025-10-31 01:03:20 +10:00
parent ba5a346365
commit 72b5061523
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
3 changed files with 1 additions and 37 deletions

View file

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

View file

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

View file

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