added toggleterm
This commit is contained in:
parent
6ce0d4699f
commit
6294a0a2ca
3 changed files with 19 additions and 1 deletions
|
@ -40,4 +40,8 @@
|
|||
desc = "Format on save";
|
||||
}
|
||||
];
|
||||
|
||||
diagnostic.settings = {
|
||||
virtual_text = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -98,6 +98,16 @@
|
|||
desc = "Set breakpoint";
|
||||
};
|
||||
}
|
||||
|
||||
# toggleterm.nvim
|
||||
{
|
||||
mode = "n";
|
||||
action = "<cmd>ToggleTerm size=40 direction=vertical<cr>";
|
||||
key = "<Leader>ft";
|
||||
options = {
|
||||
desc = "Toggle terminal";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
plugins.fzf-lua.keymaps = {
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
|
||||
chadtree = {
|
||||
enable = true;
|
||||
view.openDirection = "right";
|
||||
keymap.openFileFolder.collapse = [ "l" ];
|
||||
};
|
||||
|
||||
|
@ -154,6 +155,9 @@
|
|||
dap-python = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
toggleterm = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue