mawkler / 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/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.

About

My Neovim configuration

License:Other


Languages

Language:Lua 98.4%Language:Vim Script 1.4%Language:Scheme 0.2%