Align Lazygit configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-08-14 08:54:11 +02:00
parent 23e8c63308
commit 5e0d5ae0cf
14 changed files with 163 additions and 37 deletions

View File

@@ -1,5 +1,6 @@
require("nvim-treesitter.configs").setup({
ensure_installed = {
"bash",
"c",
"go",
"gomod",
@@ -9,6 +10,7 @@ require("nvim-treesitter.configs").setup({
"lua",
"markdown",
"python",
"org",
"zig",
},
highlight = {