Skip to content

blank2121/nixvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NixVim Config

"stole" this svg from [NixVim](https://github.com/nix-community/nixvim/) repo


Sneak Peak


Installation

If you would like to use this, there are three ways to do so. Hopefully it was clear as this is NixVim and not Vim or NeoVim, but you will need nix installed.

Method 1: Running it

You could not install it and just run it and to use the configuration, you won't need to clone the repository. All you need to do is run nix run github:blank2121/nixvim# -- <file>


Additionally, if you want to clone this repository and edit and run it there then run in the folder nix run .# -- <file>

Method 2: Adding it to Profile

To install it to your profile simply run nix profile install github:blank2121/nixvim


If you want to remove it (or anything for that matter) from your profile run nix profile list then find the index that has github:blank2121/nixvim and then run nix profile remove <index> with the corresponding index.


Attribution

Thank you to the NixVim maintainers @GaetanLepage, @traxys, @MattSturgeon for this amazing project and everyone that contributed to it.