Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.55 KB

Eriixvim - An uninspiredly named Nixvim Flake

Flake Info Flake Check

I thought I might actually write some code with this configuration but so far all I've written is nix. That counts I guess right?

I basically just followed the documentation available in the README.md.

After that I went to this location and grabbed the plugins that looked familiar.

I gave it some test runs and the result is what you see. Most of my vim experience is not in an environment that would allow for ellaborate dotfiles to begin with so I don't mind keeping it close to the defaults.

Try it for yourself

With flake enabled Nix installed:

nix run github:erictossell/eriixvim

Want to build off what's here?

This flake supports templating:

nix flake new -t github:erictossell/eriixvim <your-new-flake-path>

Configuring

To start configuring, just add or modify the nix files in ./config. If you add a new configuration file, remember to add it to the config/default.nix file

Testing your new configuration

To test your configuration simply run the following command

nix run .