nvim icon indicating copy to clipboard operation
nvim copied to clipboard

My Neovim configuration

My Neovim configuration

Neovim screenshot

Installation

  1. Install Neovim
  2. # Clone this repository to ~/.config/nvim/
    git clone https://github.com/mawkler/nvim/ ~/.config/nvim/
    # Clone lazy.nvim
    git clone --depth 1 --filter=blob:none --branch=stable \
       https://github.com/folke/lazy.nvim.git \
       ~/.local/share/nvim/lazy/lazy.nvim
    # Install python module for Neovim
    pip install --user neovim
    # Launch Neovim and let lazy.nvim do its thing
    nvim
    

My other dotfiles are available here.