This commit is contained in:
Hadi
2024-04-14 21:59:30 +02:00
parent 21ce99bfe8
commit 767e9d182d
16 changed files with 82 additions and 71 deletions

View File

@@ -1,7 +1,9 @@
{
programs.nixvim.plugins.toggleterm = {
enable = true;
openMapping = "<C-t>";
direction = "horizontal";
settings = {
open_mapping = "[[<c-t>]]";
direction = "horizontal";
};
};
}