korbexmachina / neovim-config

My editor configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANNOUNCEMENT: This repository is now archived, see korbexmachina/nvim for my new config.

Setup:

Note: These instructions are for Ubuntu

Install Dependencies

Most of these are for building neovim and mason (The LSP manager)

sudo apt-get install ninja-build gettext libtool-bin cmake g++ pkg-config unzip curl tar git gzip grep ripgrep npm

Build Neovim

Build the current version of neovim from source

git clone https://github.com/neovim/neovim

cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo

sudo make install

Clone The Config

Clone the config from my GitHub

cd ~/.config

git clone https://github.com/korbexmachina/neovim-config nvim

That's it!

About

My editor configuration files.

License:MIT License


Languages

Language:Lua 100.0%