This is my own Neovim configuration on my Termux.
- Code Completion : coc.nvim
- File explorer : Fuzzy Finder
- Folder file Tree : NERDTree
- Plugin Manager : Vim-Plug
- Statusline : lightline.vim
- Keybindings:
Key | Action |
---|---|
Ctrl-s |
Save |
Ctrl-q |
Quit |
Ctrl-n |
Nerdtree |
Ctrl-c |
Copy |
Ctrl-v |
Paste |
jk |
back to NORMAL mode |
For other keybindings and mappings, see general/maps.vim
Just clone this repo and copy all files inside into ~/.config/nvim
Or you might wanna use this one line install command.
pkg install git -y && git clone https://github.com/annzc/nvim.git && cd nvim && bash install.sh
Just type nvim
and you'll enter Neovim text editor.
- You can manually install coc-plugins by typing
:CocInstall <coc-plugin>
inside vim sessionFor example if you want to install python completion, just type
:CocInstall coc-python
- It is recommended to install
coc-marketplace
to easily install any other coc plugins