Skip to content

Commit 2cca774

Browse files
committed
feat(settings.ts_deps): add ssh_config parser
1 parent 3c93171 commit 2cca774

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/core/settings.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ settings["treesitter_deps"] = {
175175
"awk",
176176
"bash",
177177
"c",
178+
"cmake",
178179
"cpp",
179180
"css",
180-
"cmake",
181181
"gitignore",
182182
"html",
183183
"javascript",
@@ -191,12 +191,13 @@ settings["treesitter_deps"] = {
191191
"python",
192192
"regex",
193193
"rust",
194+
"ssh_config",
194195
"toml",
195196
"tsx",
196197
"typescript",
197-
"yaml",
198198
"vim",
199199
"vimdoc",
200+
"yaml",
200201
}
201202

202203
-- Set the dashboard startup image here

0 commit comments

Comments
 (0)