Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (35 loc) · 962 Bytes

README.org

File metadata and controls

41 lines (35 loc) · 962 Bytes

Copper

What is this?

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:zoedsoupe/copper#nvim.

or add to your inputs in a flakes config:

{
  inputs = {
    copper.url = "github:zoedsoupe/copper";
  };
}

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.org -- This file

License

The files and scripts in this repository are licensed under the GPLv3 License