dotfiles/home/modules/tui/neovim/plugins/floaterm.nix
2024-12-04 21:11:13 -06:00

12 lines
No EOL
154 B
Nix

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