add lazy{git,sql} and neovim autocomplete
This commit is contained in:
parent
94991e6ad7
commit
53d35f6349
2 changed files with 16 additions and 0 deletions
|
|
@ -132,5 +132,10 @@ in
|
|||
enable = true;
|
||||
# config.theme = "Catppuccin ${config.catppuccinUpper.flavor}";
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
lazysql.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue