Remove helix editor
This commit is contained in:
parent
ba5a346365
commit
72b5061523
3 changed files with 1 additions and 37 deletions
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
@ -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"
|
|
||||||
10
justfile
10
justfile
|
|
@ -9,7 +9,7 @@ _echowarning text:
|
||||||
@echo -e "{{ style("warning") }}{{ text }}{{ NORMAL }}"
|
@echo -e "{{ style("warning") }}{{ text }}{{ NORMAL }}"
|
||||||
|
|
||||||
# Full auto installation
|
# 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
|
# Fuller auto (graphical) installation
|
||||||
full-auto-gui: full-auto kitty-terminal niri-window-manager
|
full-auto-gui: full-auto kitty-terminal niri-window-manager
|
||||||
|
|
@ -76,14 +76,6 @@ fish-shell:
|
||||||
@just _echowarning "\n4) Installing fish plugins"
|
@just _echowarning "\n4) Installing fish plugins"
|
||||||
fish -c "fisher update"
|
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")]
|
[group("graphical")]
|
||||||
kitty-terminal:
|
kitty-terminal:
|
||||||
@just _echowarning "1) Installing Kitty and dependencies"
|
@just _echowarning "1) Installing Kitty and dependencies"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue