From 17e205f9c08cae86b0070265742441b38ddded49 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Fri, 19 Jul 2024 23:28:02 +0900 Subject: [PATCH] Remove floaterm --- modules/home-manager/nixvim/plugins/floaterm.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/home-manager/nixvim/plugins/floaterm.nix diff --git a/modules/home-manager/nixvim/plugins/floaterm.nix b/modules/home-manager/nixvim/plugins/floaterm.nix deleted file mode 100644 index e60b43d..0000000 --- a/modules/home-manager/nixvim/plugins/floaterm.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: - -{ - program.nixvim.plugins.floaterm = { - enable = true; - }; -}