https://github.com/adoyle-h/nvim-shell-completions
shell-completions for nvim.
https://github.com/adoyle-h/nvim-shell-completions
bash neovim nvim shell
Last synced: 2 months ago
JSON representation
shell-completions for nvim.
- Host: GitHub
- URL: https://github.com/adoyle-h/nvim-shell-completions
- Owner: adoyle-h
- License: apache-2.0
- Created: 2023-02-06T03:31:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T20:27:37.000Z (over 3 years ago)
- Last Synced: 2025-10-30T14:55:00.786Z (8 months ago)
- Topics: bash, neovim, nvim, shell
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-shell-completions
shell-completions for [nvim](https://github.com/neovim/neovim).
## Installation
### For bash
```sh
curl -LO https://raw.githubusercontent.com/adoyle-h/nvim-shell-completions/master/nvim-completion.bash
echo ". $PWD/nvim-completion.bash" >> ~/.bashrc
```
## Suggestion, Bug Reporting, Contributing
**Before opening new Issue/Discussion/PR and posting any comments**, please read [Contributing Guidelines](https://gcg.adoyle.me/CONTRIBUTING).
## Copyright and License
Copyright 2023 ADoyle (adoyle.h@gmail.com) Some Rights Reserved.
The project is licensed under the **Apache License Version 2.0**.
Read the [LICENSE][] file for the specific language governing permissions and limitations under the License.
Read the [NOTICE][] file distributed with this work for additional information regarding copyright ownership.
[LICENSE]: ./LICENSE
[NOTICE]: ./NOTICE