From 92e92997bd5e59e569af4d5952660ed571e193cd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 14 Feb 2024 21:14:47 +0800 Subject: [PATCH] nixvim/plugins/lush-nvim: update module description --- modules/nixvim/plugins/lush-nvim.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nixvim/plugins/lush-nvim.nix b/modules/nixvim/plugins/lush-nvim.nix index 75879695..aba5c43d 100644 --- a/modules/nixvim/plugins/lush-nvim.nix +++ b/modules/nixvim/plugins/lush-nvim.nix @@ -9,8 +9,9 @@ let type = lib.types.lines; default = ""; description = '' - Theme-specific Lua code to be included for the colorscheme plugin. This - is mainly useful for organizing the palette in your preferred way. + Theme-specific Lua code to be included for the colorscheme plugin. + This is mainly useful for organizing the color palette in your + preferred way. ''; };