Skip to content

Commit b3d3e5f

Browse files
config: remove hash-map wrapping snippets vector
1 parent 37d0c4b commit b3d3e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181

182182
;; Locally defined snippets
183183
:additional-snippets
184-
{[;; Documentation / comments
184+
[;; Documentation / comments
185185

186186
{:name "comment-heading"
187187
:detail "Comment Header"
@@ -381,4 +381,4 @@
381381
]
382382
;; End of LSP snippets
383383
;; ---------------------------------------------------------
384-
}}
384+
}

0 commit comments

Comments
 (0)