mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
utility/nvim-biscuits: improve enable option description
Improve the grammar of the `vim.utility.nvim-biscuits.enable` option to read better in documentation. Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
b2a462feb7
commit
0b325d788e
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||||
in {
|
in {
|
||||||
options.vim.utility.nvim-biscuits = {
|
options.vim.utility.nvim-biscuits = {
|
||||||
enable = mkEnableOption ''
|
enable = mkEnableOption "a Neovim port of Assorted Biscuits [nvim-biscuits]";
|
||||||
A neovim port of Assorted Biscuits.
|
|
||||||
'';
|
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "nvim-biscuits" {};
|
setupOpts = mkPluginSetupOption "nvim-biscuits" {};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue