nixos-config/home-manager/stvnliu/nixvim/toggleterm.nix

11 lines
280 B
Nix

{
plugins.toggleterm = {
enable = true;
settings = {
open_mapping = "[[<C-t>]]";
# FIXME this is weird because the shell option must be manually updated
# because I don't understand how .nix files work when imported
shell = "fish";
};
};
}