mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 02:04:32 +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 }:
|
{ left, right }:
|
||||||
defaultNullOpts.mkNullableWithRaw' {
|
defaultNullOpts.mkNullableWithRaw' {
|
||||||
description = ''
|
description = ''
|
||||||
Filetypes in which to disable lualine.
|
The left and right separators to use.
|
||||||
Allows you to specify filetypes that you want to only disable on specific components.
|
|
||||||
'';
|
'';
|
||||||
pluginDefault = {
|
pluginDefault = {
|
||||||
inherit left right;
|
inherit left right;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue