mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
plugins/nvim-cmp: don't specify default twice
This commit is contained in:
parent
552e8b0a85
commit
dedb1f8593
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ mkOption {
|
||||||
plugins. This will work only when this option is set to a list.
|
plugins. This will work only when this option is set to a list.
|
||||||
If you use a raw lua string, you will need to explicitly enable the relevant source plugins in
|
If you use a raw lua string, you will need to explicitly enable the relevant source plugins in
|
||||||
your nixvim configuration.
|
your nixvim configuration.
|
||||||
|
|
||||||
Default: `[]`
|
|
||||||
'';
|
'';
|
||||||
example = [
|
example = [
|
||||||
{ name = "nvim_lsp"; }
|
{ name = "nvim_lsp"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue