1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/cmp: fix "nixivm" typo in docs

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