mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-18 17:54:36 +02:00
plugins/lualine: fix description
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
1fb1bf8a73
commit
7ad0cadd8b
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
{ left, right }:
|
||||
defaultNullOpts.mkNullableWithRaw' {
|
||||
description = ''
|
||||
Filetypes in which to disable lualine.
|
||||
Allows you to specify filetypes that you want to only disable on specific components.
|
||||
The left and right separators to use.
|
||||
'';
|
||||
pluginDefault = {
|
||||
inherit left right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue