Skip to content

Commit

Permalink
plugins/nvim-cmp: don't specify default twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 authored and traxys committed Jun 8, 2024
1 parent 552e8b0 commit dedb1f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/completion/cmp/options/sources-option.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ mkOption {
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
your nixvim configuration.
Default: `[]`
'';
example = [
{ name = "nvim_lsp"; }
Expand Down

0 comments on commit dedb1f8

Please sign in to comment.