Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1012 Bytes

File metadata and controls

33 lines (21 loc) · 1012 Bytes

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.

Inspiration

The Neovim v0.12 / vim.pack version of this config (structure and ideas) is inspired by MiniMax by Evgeni Chasnovski: