add lazy{git,sql} and neovim autocomplete

This commit is contained in:
Sean Kovacs 2026-01-30 13:38:17 -05:00
commit 53d35f6349
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 16 additions and 0 deletions

View file

@ -132,5 +132,10 @@ in
enable = true;
# config.theme = "Catppuccin ${config.catppuccinUpper.flavor}";
};
lazygit = {
enable = true;
enableFishIntegration = true;
};
lazysql.enable = true;
};
}