plugins/cmp: fix "nixivm" typo in docs
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions

This commit is contained in:
Sayu 2025-08-19 17:28:25 +02:00 committed by Matt Sturgeon
parent cfdbf72664
commit 94386cdc4c

View file

@ -21,7 +21,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
### Completion Source Installation ### Completion Source Installation
If `plugins.cmp.autoEnableSources` is `true` Nixivm will automatically enable the corresponding source If `plugins.cmp.autoEnableSources` is `true` Nixvim will automatically enable the corresponding source
plugins. This is the default behavior, but will work only when this option is set to a list. plugins. This is the default behavior, but will work only when this option is set to a list.
If you use a raw lua string or set `plugins.cmp.autoEnableSources` to `false`, you will need to explicitly enable the relevant source plugins in If you use a raw lua string or set `plugins.cmp.autoEnableSources` to `false`, you will need to explicitly enable the relevant source plugins in