ellisonleao / neovimfiles

My Neovim configuration written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovimfiles

Lua

Welcome to my Neovim configuration! This project aims to show everyone what a Lua configuration for Neovim looks like. Feel free to open issues if you have suggestions or improvements. This is an ongoing project and I am constantly making changes and experimenting new things. Also if you enjoy live coding sessions, please check out my twitch channel

Install

Prerequisites

  • Neovim 0.8+

Steps:

  1. Clone the project in your config folder, usually ~/.config/nvim:
$ git clone https://github.com/ellisonleao/neovimfiles ~/.config/nvim
  1. Open Neovim. You should see a "Installing lazy.nvim.." and popup installing the plugins on the first run

Screenshots

About

My Neovim configuration written in Lua

License:MIT License


Languages

Language:Lua 100.0%