Archived
1
0
Fork 0

Improve Nushell autocomplete

This commit is contained in:
Ethan Reece 2025-07-02 01:09:07 -05:00
parent d1ca3118d6
commit 8a43bdca9a
Signed by: me
GPG key ID: 03E0DD19D648C768
2 changed files with 9 additions and 2 deletions

View file

@ -1 +0,0 @@
$env.config.completions.algorithm = "fuzzy"

View file

@ -38,11 +38,19 @@
};
nushell = {
enable = true;
configFile.source = ./config.nu;
settings = {
completions = {
algorithm = "fuzzy";
external.enable = true;
};
};
};
starship = {
enable = true;
};
carapace = {
enable = true;
};
git = {
enable = true;
delta = {