mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-27 04:34:37 +02:00
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
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:
parent
cfdbf72664
commit
94386cdc4c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
### 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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue