Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 934 Bytes

File metadata and controls

38 lines (24 loc) · 934 Bytes

My NeoVim config

ATTENTION

This configuration is outdated and not in use anymore. The new configuration utilizes NixVim and can be found here.

Requirements

Setup

git clone https://github.com/solidassassin/nvim.git $HOME/.config/

Cache directory

This configuration saves the backups and undo history in the .cache folder. To create the used folder structure just run this in the root of the nvim folder:

mkdir -p $HOME/.cache/nvim/{backups,undo}

Extensions

Just run the command bellow once nvim is open:

:PaqInstall

Language servers

Each language server used requires to be installed. This guide will help you do so.