style: apply formatting

This commit is contained in:
2026-04-13 23:24:31 +02:00
parent 959cec7051
commit 5468a5a628
17 changed files with 115 additions and 107 deletions
+2 -3
View File
@@ -30,7 +30,7 @@ local languages = {
local ts = require("nvim-treesitter")
ts.setup({
install_dir = string.format("%s/nvim-treesitter", vim.fn.stdpath("data"))
install_dir = string.format("%s/nvim-treesitter", vim.fn.stdpath("data")),
})
ts.install(languages):await(function(err)
if err then
@@ -62,6 +62,5 @@ ts.install(languages):await(function(err)
vim.wo.foldexpr = "v:lua.vim.treesitter.foldexpr()"
end,
})
end
)
end)
end)