mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
conjure option text update
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
parent
9e50a89d7e
commit
f7b556ab24
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
cfg = config.vim.repl.conjure;
|
cfg = config.vim.repl.conjure;
|
||||||
in {
|
in {
|
||||||
options.vim.repl.conjure = {
|
options.vim.repl.conjure = {
|
||||||
enable = mkEnableOption "Whether to enable Conjure";
|
enable = mkEnableOption "Conjure";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue