From 04533149717ba7d45987444bd7885a13e10ce6f6 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sat, 17 Sep 2022 21:51:57 +0300 Subject: [PATCH] plugin/theme: fixup remove tabline option --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6f6de76..2049c97 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ let plugins = callPlugins [ ./plugins/syntax ./plugins/explorer - (import ./plugins/theme { enableTabline = true; }) + (import ./plugins/theme { }) ./plugins/lsp ./plugins/formatter ];