Skip to content

Commit

Permalink
Add non-triggering autocomplete for neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jun 7, 2024
1 parent 14a988a commit abf3742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in {
zen-mode.enable = true;
completion = {
enable = true;
require-trigger = true;
require-trigger = false;
emoji = true;
};
context = {
Expand Down

0 comments on commit abf3742

Please sign in to comment.