feat(nonels): lua formatting

This commit is contained in:
Paul Fey 2025-03-31 18:23:09 +02:00
parent a33ed53635
commit 66ee14e884
9 changed files with 198 additions and 203 deletions

View file

@ -1,12 +1,12 @@
return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup{
auto_install = true,
sync_install = false,
highlight = { enable = true },
indent = { enable = true }
}
end
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup {
auto_install = true,
sync_install = false,
highlight = {enable = true},
indent = {enable = true}
}
end
}