neovim/README.md

1.2 KiB

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 and activate vim-plug see the documentation.

I'm using the nord color scheme.

To do

  • Document how to use pyenv to provide a python engine.
  • Identify the python package dependencies.

Requirements

  1. neovim
  2. git
  3. nodejs, yarn
  4. ripgrep
  5. The Silver Searcher (ag)
  6. grammalecte, the python standalone program.
  7. All or any of these python linters: pep8, flake8, pycodestyle, pyflakes.
  8. scss_lint (ruby), for SCSS lint.

Installation

  1. Clone the repository.
  2. Create a symlink.
  3. Check the requirements.
  4. Start neovim.
  5. Install the plugins (:PlugInstall).
git clone <URL>
ln -s neovim .config/neovim
nvim
:PlugInstall