mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Set required = true
for Nim.
This commit is contained in:
parent
124e234120
commit
6ba37acf18
@ -3069,7 +3069,7 @@ file-types = ["nim", "nims", "nimble"]
|
||||
shebangs = []
|
||||
comment-token = "#"
|
||||
block-comment-tokens = { start = "#[", end = "]#" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
indent = { tab-width = 2, unit = " ", required = true }
|
||||
language-servers = [ "nimlangserver" ]
|
||||
|
||||
[language.auto-pairs]
|
||||
|
Loading…
Reference in New Issue
Block a user