Update .config/helix/languages.toml
This commit is contained in:
parent
e973bafc44
commit
81c40e24fe
|
@ -2,21 +2,13 @@
|
||||||
name = "python"
|
name = "python"
|
||||||
roots = ["pyproject.toml"]
|
roots = ["pyproject.toml"]
|
||||||
formatter = { command = "black", args = ["--quiet", "-"] }
|
formatter = { command = "black", args = ["--quiet", "-"] }
|
||||||
#language-server = { command = "pyright-langserver", args = ["--stdio"] }
|
config = {pylsp={plugins={pycodestyle={enabled=false},flake8={enabled=true,maxLineLength=89},pyflakes={enabled=false}}}}
|
||||||
config = {}
|
|
||||||
auto-format = true
|
auto-format = true
|
||||||
#name = "python"
|
shebangs = ["python"]
|
||||||
|
|
||||||
#scope = "source.python"
|
#scope = "source.python"
|
||||||
#injection-regex = "python"
|
#injection-regex = "python"
|
||||||
#file-types = ["py","pyi","py3","pyw","ptl",".pythonstartup",".pythonrc","SConstruct"]
|
#file-types = ["py","pyi","py3","pyw","ptl",".pythonstartup",".pythonrc","SConstruct"]
|
||||||
#shebangs = ["python"]
|
|
||||||
#roots = []
|
#roots = []
|
||||||
#comment-token = "#"
|
#comment-token = "#"
|
||||||
#auto-format = true
|
|
||||||
#language-server = { command = "pylsp" }
|
|
||||||
#indent = { tab-width = 4, unit = " " }
|
#indent = { tab-width = 4, unit = " " }
|
||||||
#formatter = { command = "black", args = ["--quiet", "-"] }
|
|
||||||
|
|
||||||
#[[grammar]]
|
|
||||||
#name = "python"
|
|
||||||
#source = { git = "https://github.com/tree-sitter/tree-sitter-python", rev = "62827156d01c74dc1538266344e788da74536b8a" }
|
|
Loading…
Reference in New Issue