Skip to content

Commit

Permalink
nvim: add trailing slash to cmd-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 28, 2024
1 parent c2458df commit 95009b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/config/completion.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
":" = {
inherit (common) mapping;
sources = [
{ name = "path"; }
{
name = "path";
option.trailing_slash = true;
}
{ name = "cmdline"; }
];
};
Expand Down

0 comments on commit 95009b0

Please sign in to comment.