Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix(neovim/crates): src -> completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed May 25, 2024
1 parent 18b92a7 commit c6bcacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/terminal/neovim/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

crates-nvim = {
enable = true;
extraOptions.src.cmp.enabled = true;
extraOptions.completion.cmp.enabled = true;
};

zig = {
Expand Down

0 comments on commit c6bcacb

Please sign in to comment.