nix-config/programs/nixvim/_plugins/floaterm.nix

14 lines
194 B
Nix

{ ... }:
{
programs.nixvim.plugins.floaterm = {
enable = true;
settings = {
width = 0.8;
height = 0.8;
title = "";
keymap_toggle = "<leader>,";
};
};
}