thiagocaiubi / 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.7+

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 "Downloading packer.." and then "plugins installed" message in the first run

Overview

Plugins

Below the list of the current plugins used in this configuration and how we are using them

Visual

Development

Git

Utils

Plugin development

Screenshots

About

My Neovim configuration written in Lua

License:MIT License


Languages

Language:Lua 100.0%