Skip to content

kelvins/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌔 Neovim Config

This repository contains a Neovim configuration written in Lua. It provides a customized setup for Neovim, leveraging the power and flexibility of Lua scripting.

This README might help you (and me) get things set up on a new machine.

Inspired by miltonllera/neovim-config

Neovim Installation

Recommended versions:

  • Neovim >= v0.9.0
  • NodeJS >= v18.16.0

Linux

On Ubuntu you can simply install it using apt install:

sudo apt install neovim

Or, if you're using Arch Linux, you can install it using pacman:

sudo pacman -S neovim

You can also try to use snap to install the latest Neovim version

MacOS

On MacOS you can install it using brew:

brew install neovim

For other operating systems, visit the official Neovim documentation (Installing Neovim)

Neovim Configuration

Clone the repo into Neovim's installation folder:

git clone https://github.com/kelvins/neovim-config ~/.config/nvim
cd ~/.config/nvim

Available Plugins

About

🌔 Neovim configuration written in Lua

Topics

Resources

Stars

Watchers

Forks

Languages