My neovim setup.
 
 
Go to file
iGor milhit 2461aca883
plugins: add a simple todo list management plugin
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-17 13:40:04 +02:00
colors feat: start a brand new `neovim` setup 2017-07-13 10:06:09 +02:00
spell spell: add spell dictionaries changes 2020-06-08 07:59:24 +02:00
.gitignore neovim: autocompletion 2019-03-06 07:18:24 +01:00
README.md plugins: markdown-preview.nvim 2019-04-25 19:15:26 +02:00
init.vim plugins: add a simple todo list management plugin 2020-06-17 13:40:04 +02:00
minimal-init.vim init.vim: add a minimal configuration 2020-06-14 09:27:59 +02:00

README.md

My neovim setup

Having used neovim for a few month, with symlinks for the configuration and the plugins, I want to start a new setup.

Firstly, I don't use any more pathogen for the management of plugins, but vim-plug instead. To install vim-plug see the documentation.

Requirements

  1. neovim
  2. git
  3. nodejs, yarn

Installation

  1. clone the repository
  2. create a symlink
  3. start neovim
  4. install the plugins
  5. check the requirements
git clone <URL>
ln -s neovim .config/neovim
nvim
:PlugInstall

Requirements for the plugins used

For vim-colors-solarized, a symlink is needed:

cd $HOME/neovim/colors #or the dir. where you've clone this repository
ln -s ../plugged/vim-colors-solarized/colors/solarized.vim solarized.vim

For InstantRst, the python package instant-rst is needed. See the documentation.