Add floaterm plugin
This commit is contained in:
parent
c2d5665529
commit
1cd118a2a8
7
modules/home-manager/nixvim/plugins/floaterm.nix
Normal file
7
modules/home-manager/nixvim/plugins/floaterm.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
program.nixvim.plugins.floaterm = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user