Skip to content

sovetnik/nvim_viml

Repository files navigation

NeoVIM config

Simple and minimalistic neovim config for ruby development, mostly commented and separated by files.

Installation

$ cd ~/.config

$ git clone https://github.com/sovetnik/nvim.git

Requirements for Deoplete:

deoplete requires Neovim with if_python3. If :echo has("python3") returns 1, then you're done; otherwise, see below.

You can enable Python3 interface with pip:

$ pip3 install neovim 

Note: deoplete needs neovim-python ver.0.1.8+.

You need update neovim-python module.

$ pip3 install --upgrade neovim 

If you want to read the Neovim-python/python3 interface install documentation, you should read :help provider-python and the Wiki. https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim

Ruby bindings for Neovim.

$ gem install neovim or $ rvm @global do gem install neovim 

Powerline patched font for lightline

https://github.com/powerline/fonts

Mappings

:map will show all mappings

How to use?

It strongly recommended to read all readme for plugins in init.vim

About

NeoVIM config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors