jpoppe / nvim

My Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim configuration

Neovim screenshot

Installation

  1. Install Neovim
  2. # Clone this repository to ~/.config/nvim/
    git clone https://github.com/melkster/nvim/ ~/.config/nvim/
    # Install packer.nvim
    git clone --depth 1 https://github.com/wbthomason/packer.nvim \
        ~/.local/share/nvim/site/pack/packer/start/packer.nvim
    # Install plugins using packer.nvim
    nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
    # Install python module for Neovim (optional)
    pip install --user neovim

My other dotfiles are available here.

About

My Neovim configuration

License:Other


Languages

Language:Lua 83.1%Language:Vim Script 16.9%