dotfiles/home/modules/tui/neovim/plugins/floaterm.nix

12 lines
154 B
Nix
Raw Normal View History

2024-12-05 03:11:13 +00:00
{
programs.nixvim.plugins.floaterm = {
enable = true;
width = 0.8;
height = 0.8;
title = "";
keymaps.toggle = "<leader>,";
};
}