Skip to content

rake5k/neovim-flake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Flake

NixOS Build and Test Update

This is my personal neovim config. Feel free to take bits of it to build your own or run it yourself.

As this is my personal config I am bound to change it a lot so I recommend forking rather then pointing to this config.

How to use

Clone the repo and run the following from the directory:

nix run .

or

nix run github:christianharke/neovim-flake

How to update plugins

nix flake update

Folder structure

|-[lib] -- Contains my utility functions
|-[modules] -- Contains modules which are used to configure neovim
|-flake.nix -- Flake file
|-README.md -- This file