Skip to content

Commit e201e0e

Browse files
committed
feat(dprint): add fallback 3rd party completion loader
https://dprint.dev
1 parent 3fbf99e commit e201e0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
/dpkg-deb
7373
/dpkg-query
7474
/dpkg-reconfigure
75+
/_dprint
7576
/dropdb
7677
/dropuser
7778
/edquota

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ CLEANFILES = \
588588
dpkg-deb \
589589
dpkg-query \
590590
dpkg-reconfigure \
591+
_dprint \
591592
dropdb \
592593
dropuser \
593594
edquota \
@@ -1103,7 +1104,7 @@ symlinks: $(DATA)
11031104
$(ss) mcrypt \
11041105
mdecrypt
11051106
$(ss) _mdbook \
1106-
_deno _diesel _starship
1107+
_deno _diesel _dprint _starship
11071108
$(ss) mplayer \
11081109
gmplayer kplayer mencoder mplayer2
11091110
$(ss) mutt \

0 commit comments

Comments
 (0)