An open API service indexing awesome lists of open source software.

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.

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