Skip to content

Commit

Permalink
Require trigger for autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 2, 2024
1 parent f3ea462 commit 19ad356
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ in {
# custom overrides
me.nixvim = {
lsp.enable = true;
completion.enable = true;
completion = {
enable = true;
require-trigger = true;
};
};
# defaults
programs.nixvim = {
Expand Down

0 comments on commit 19ad356

Please sign in to comment.