add config

This commit is contained in:
Patrick Michl
2024-11-05 13:01:15 +01:00
parent e0cbe28786
commit 28d8213ebc
23 changed files with 1240 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
plugins.toggleterm = {
enable = true;
settings = {
size = 20;
close_on_exit = false;
hide_numbers = true;
shade_terminals = true;
shading_factor = 1;
start_in_insert = true;
persist_size = true;
};
};
keymaps = [
{
mode = ["n" "i"];
key = "<c-\>";
action = "<cmd>ToggleTerm direction=horizontal<cr>";
options.desc = "Toggle Horizontal Terminal Window";
}
];
}