plugin/theme: fixup remove tabline option
This commit is contained in:
parent
caacd4aeba
commit
0453314971
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
plugins = callPlugins [
|
||||
./plugins/syntax
|
||||
./plugins/explorer
|
||||
(import ./plugins/theme { enableTabline = true; })
|
||||
(import ./plugins/theme { })
|
||||
./plugins/lsp
|
||||
./plugins/formatter
|
||||
];
|
||||
|
|
Reference in a new issue