plugins/nvim-cmp: don't specify default twice

This commit is contained in:
Sizhe Zhao 2024-06-08 16:00:05 +08:00 committed by traxys
parent 552e8b0a85
commit dedb1f8593

View file

@ -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"; }