Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moe-sushi/termux-neovim
Neovim config file of termux.
https://github.com/moe-sushi/termux-neovim
Last synced: 11 days ago
JSON representation
Neovim config file of termux.
- Host: GitHub
- URL: https://github.com/moe-sushi/termux-neovim
- Owner: Moe-sushi
- Created: 2022-05-11T09:07:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T06:40:34.000Z (12 months ago)
- Last Synced: 2024-05-17T00:29:35.677Z (8 months ago)
- Language: Vim Script
- Homepage:
- Size: 950 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
From Github@Optixal
[neovim-init.vim](https://github.com/Optixal/neovim-init.vim)
### Screenshot:
![](https://github.com/Moe-sushi/termux-neovim/raw/main/screenshot-neovim.jpg)
### Installation:
```sh
apt install git wget nodejs neovim python3 clang python3 curl bat ripgrep silversearcher-ag
git clone https://github.com/Moe-sushi/termux-neovim
cd termux-neovim
mkdir -p ~/.config/nvim
cp init.vim ~/.config/nvim/
curl -fLo /data/data/com.termux/files/home/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
pip install wheel yapf jedi doq pynvim
```
Open neovim, and then execute:
```sh
:PlugInstall
```
Finally, use :CocInstall to install extension of coc.nvim.