slavamak / nvim

Neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim Config

Constant work in progress.

I've tried many different Neovim configs and IDE-like setups. But I quickly realized that I don't like all of that and want something simpler and lighter. So the idea behind my config is to keep it clean, use the minimum number of plugins, and NOT override the default key mappings.

Prerequisites

Install

  1. Clone this repo to ~/.config/nvim
  mkdir -p ~/.config
  git clone git@github.com:slavamak/nvim.git ~/.config/nvim
  cd ~/.config/nvim
  1. Run nvim

    It is highly recommended that you run :checkhealth to ensure that your system is healthy.

About

Neovim config


Languages

Language:Lua 100.0%