Removed helix aliase and edited its config
According to latest helix changes
This commit is contained in:
parent
1ca34997db
commit
ac3b36c751
2 changed files with 1 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]
|
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]
|
||||||
language-server = { command = "pyright-langserver", args = ["--stdio"] }
|
# language-servers = [{ command = "pyright-langserver", args = ["--stdio"] }]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = {command = 'black', args = ["--quiet", "-"]}
|
formatter = {command = 'black', args = ["--quiet", "-"]}
|
||||||
config = ""
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "html"
|
name = "html"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
|
||||||
alias jaaj="jaaj | lolcat"
|
alias jaaj="jaaj | lolcat"
|
||||||
alias hx="helix"
|
|
||||||
alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh"
|
alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
|
Loading…
Reference in a new issue