1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 03:39:40 +01:00

plugins: clean up module descriptions

Only for the `enable` option though.
This commit is contained in:
Gabriel Arazas 2024-01-26 22:05:52 +08:00 committed by Gaétan Lepage
parent 56b1082525
commit 6b0f03e4a1
10 changed files with 77 additions and 82 deletions

View file

@ -9,7 +9,6 @@ in
with helpers.vim-plugin;
mkVimPlugin args {
name = "startify";
description = "Enable startify";
package = pkgs.vimPlugins.vim-startify;
globalPrefix = "startify_";