obligatory formatting run

This commit is contained in:
kalmenn 2024-01-07 18:19:07 +01:00
parent 3dd0e7ac89
commit fb7c11497d
Signed by: kalmenn
GPG key ID: F500055C44BC3834
12 changed files with 117 additions and 100 deletions

View file

@ -1,7 +1,7 @@
return {
"nvim-treesitter/nvim-treesitter",
config = function()
require('nvim-treesitter.configs').setup({
require("nvim-treesitter.configs").setup({
modules = {},
ensure_installed = { "lua", "rust" },
sync_install = false,
@ -12,5 +12,5 @@ return {
},
ignore_install = {},
})
end
end,
}