flake update.
This commit is contained in:
parent
e548369cae
commit
6853d5296f
3 changed files with 43 additions and 33 deletions
|
@ -6,10 +6,12 @@
|
|||
programs.nixvim = {
|
||||
plugins.toggleterm = {
|
||||
enable = true;
|
||||
direction = "horizontal";
|
||||
insertMappings = false;
|
||||
openMapping = ''<c-\>'';
|
||||
terminalMappings = false;
|
||||
settings = {
|
||||
direction = "horizontal";
|
||||
insert_mappings = false;
|
||||
terminal_mappings = false;
|
||||
open_mapping = ''[[<c-\>]]'';
|
||||
};
|
||||
};
|
||||
keymaps = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue