We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssh_config
1 parent 3c93171 commit 2cca774Copy full SHA for 2cca774
lua/core/settings.lua
@@ -175,9 +175,9 @@ settings["treesitter_deps"] = {
175
"awk",
176
"bash",
177
"c",
178
+ "cmake",
179
"cpp",
180
"css",
- "cmake",
181
"gitignore",
182
"html",
183
"javascript",
@@ -191,12 +191,13 @@ settings["treesitter_deps"] = {
191
"python",
192
"regex",
193
"rust",
194
+ "ssh_config",
195
"toml",
196
"tsx",
197
"typescript",
- "yaml",
198
"vim",
199
"vimdoc",
200
+ "yaml",
201
}
202
203
-- Set the dashboard startup image here
0 commit comments