Skip to content

Commit

Permalink
feat(npm): add fallback 3rd-party completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Sep 18, 2023
1 parent c0f5ba2 commit f1c085c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
/neomutt
/_nfpm
/_nomad
/_npm
/_oc
/_okteto
/_op
Expand Down
3 changes: 2 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ CLEANFILES = \
neomutt \
_nfpm \
_nomad \
_npm \
_oc \
_okteto \
_op \
Expand Down Expand Up @@ -966,7 +967,7 @@ symlinks: $(DATA)
$(ss) freeciv-server \
civserver
$(ss) _gaiacli \
_gaiad _tendermint
_gaiad _npm _tendermint
$(ss) gcc \
c++ cc f77 f95 g++ g++-5 g++-6 g++-7 g++-8 g77 g95 gcc-5 \
gcc-6 gcc-7 gcc-8 gccgo gccgo-5 gccgo-6 gccgo-7 gccgo-8 gcj \
Expand Down

0 comments on commit f1c085c

Please sign in to comment.