This commit is contained in:
2025-08-23 22:48:12 -04:00
parent 62945314e2
commit b20f5d07a6
3 changed files with 40 additions and 5 deletions

View File

@@ -48,6 +48,12 @@ return {
end
}
}
core.misc.map("n", "<leader><leader>t", function()
pcall(vim.cmd.TSInstall, vim.api.nvim_get_option_value("ft", {
buf = vim.api.nvim_get_current_buf()
}))
end)
end
},