/nvim-config

Neovim configuration

Primary LanguageLua

Neovim lua configuration

This is my neovim configuration in lua.

Goals

  • Works on Windows, Linux and Mac OS
  • Fast to load

Installation

git clone --depth=1 https://github.com/frazrepo/nvim-config.git

On linux/Mac OS

  • Create a symbolink link with ln -s nvim-config $HOME/.config/nvim

On Windows

  • Copy the directory content to $HOME/AppData/Local/nvim/

Features

Additional plugins

  • Easy mappings access with which-key
  • Zen environment with TrueZen
  • Quickfix filtering with nvim-bqf
  • Terminal management with vim-floatterm