AutoYADM commit: 2025-04-17 14:15:05
This commit is contained in:
parent
e4a928a843
commit
73ee3eb87e
2 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,7 @@ cursorline = true
|
||||||
bufferline = "multiple"
|
bufferline = "multiple"
|
||||||
color-modes = true
|
color-modes = true
|
||||||
shell = ['fish', '-c']
|
shell = ['fish', '-c']
|
||||||
|
text-width = 80
|
||||||
|
|
||||||
mouse = true
|
mouse = true
|
||||||
continue-comments = true
|
continue-comments = true
|
||||||
|
@ -20,7 +21,7 @@ scrolloff = 2
|
||||||
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
|
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
|
||||||
# minimum severity to show
|
# minimum severity to show
|
||||||
end-of-line-diagnostics = "disable"
|
end-of-line-diagnostics = "disable"
|
||||||
rulers = [40, 80]
|
rulers = [81]
|
||||||
|
|
||||||
[editor.whitespace.render]
|
[editor.whitespace.render]
|
||||||
tab = "none"
|
tab = "none"
|
||||||
|
|
|
@ -237,9 +237,11 @@ source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38ef
|
||||||
# ]
|
# ]
|
||||||
# comment-token='#'
|
# comment-token='#'
|
||||||
|
|
||||||
|
[language-server.ruff.config.settings]
|
||||||
|
lineLength = 80
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
# language-servers = ["basedpyright", "ruff", "scls"]
|
|
||||||
language-servers = ["basedpyright", "ruff"]
|
language-servers = ["basedpyright", "ruff"]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
# ruff LSP can format too, including range format
|
# ruff LSP can format too, including range format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue