Skip to content

desheffer/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config

This repository contains my Neovim configuration as a Nix flake.

🏃 Quick start

Install Nix and run the following:

nix run github:desheffer/neovim-config

You can also try out this configuration by running it in a Docker container:

docker run -it --rm \
    -e NIX_CONFIG='experimental-features = nix-command flakes' \
    nixpkgs/nix \
    nix run github:desheffer/neovim-config

🔨 Installation

You can use this repository in other flakes by adding it as an input:

{
  inputs = {
    neovim-config.url = "github:desheffer/neovim-config";
  };
}

Then, add the following to your Home Manager configuration:

[
  neovim-config.homeManagerModules.neovim
  {
    programs.neovim-config.enable = true;
  }
]

About

Neovim configuration as a Nix flake

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages