Add floaterm plugin

This commit is contained in:
Isshi0417 2024-07-19 15:51:55 +09:00
parent c2d5665529
commit 1cd118a2a8

View File

@ -0,0 +1,7 @@
{ ... }:
{
program.nixvim.plugins.floaterm = {
enable = true;
};
}