Formatter run
This commit is contained in:
@@ -21,4 +21,3 @@ blue = "#66d9ef"
|
|||||||
magenta = "#ae81ff"
|
magenta = "#ae81ff"
|
||||||
cyan = "#a1efe4"
|
cyan = "#a1efe4"
|
||||||
white = "#f9f8f5"
|
white = "#f9f8f5"
|
||||||
|
|
||||||
|
|||||||
@@ -5,12 +5,7 @@ idle-timeout = 0
|
|||||||
completion-trigger-len = 2
|
completion-trigger-len = 2
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left = [
|
left = ["mode", "separator", "file-name", "file-modification-indicator"]
|
||||||
"mode",
|
|
||||||
"separator",
|
|
||||||
"file-name",
|
|
||||||
"file-modification-indicator",
|
|
||||||
]
|
|
||||||
|
|
||||||
right = [
|
right = [
|
||||||
"spinner",
|
"spinner",
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "bash"
|
name = "bash"
|
||||||
indent = { unit = " " , tab-width = 4 }
|
indent = { unit = " ", tab-width = 4 }
|
||||||
|
|
||||||
[language-server.pylsp.config.pylsp.plugins]
|
[language-server.pylsp.config.pylsp.plugins]
|
||||||
flake8 = {enabled = false}
|
flake8 = { enabled = false }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
indent = { unit = " " , tab-width = 4 }
|
indent = { unit = " ", tab-width = 4 }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "dockerfile"
|
name = "dockerfile"
|
||||||
indent = { unit = " " , tab-width = 4 }
|
indent = { unit = " ", tab-width = 4 }
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user