8000 GitHub - lwotcynna/nvim: Neovim Configuration for Easy Coding on Termux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lwotcynna/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Simple Config

This is my own Neovim configuration on my Termux.

Features:

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

Installation

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.

NOTE:

  • You can manually install coc-plugins by typing :CocInstall <coc-plugin> inside vim session

    For 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

About

Neovim Configuration for Easy Coding on Termux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0