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]]
|
||||
name = "python"
|
||||
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
|
||||
formatter = {command = 'black', args = ["--quiet", "-"]}
|
||||
config = ""
|
||||
|
||||
[[language]]
|
||||
name = "html"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
alias ls='ls --color=auto'
|
||||
|
||||
alias jaaj="jaaj | lolcat"
|
||||
alias hx="helix"
|
||||
alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh"
|
||||
|
||||
# Git
|
||||
|
|
Loading…
Reference in a new issue