Skip to content

dtvillafana/nixvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nixvim

This is David Villafaña's nixvim config, a neovim distribution packaged with Nix

Requirements

You will need the nix package manager.

Good security practice would be to modfiy the below command to download the script and inspect it before running, if you've never installed nix before or don't know what it is.

multi user installation

sh <(curl -L https://nixos.org/nix/install) --daemon

single user installation

sh <(curl -L https://nixos.org/nix/install) --no-daemon

running nixvim

this will take a while to install all dependencies the first time, subsequent times it will be fast

nix run github:dtvillafana/nixvim

optional config

if you use orgmode or gopass/pass in flake.nix, change the orgPath and omenPath value in flake.nix, set them to null if they do not exist, the default is to disable orgmode and omen functionality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages