style: apply formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user