CaioBianchi / nvim

nvim dotfiles (lua configuration)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caio's NeoVim Configuration

This set of files configures NeoVim with sane defaults and adds a few plugins that make life enjoyable again.

Requirements

Packer.nvim is required for this repository to work. Follow instructions at https://github.com/wbthomason/packer.nvim#quickstart

At the time of this writing, this is how you'd install Packer:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Installation

Go to ~/.config and clone this repository:

git clone https://github.com/CaioBianchi/nvim

Open up NeoVim and run:

:PackerCompile
:PackerInstall

Usage

Updating

Updating plugins is as easy as running the following command in NeoVim:

:PackerSync

About

nvim dotfiles (lua configuration)


Languages

Language:Lua 100.0%