https://github.com/ayushmaanaggarwal/nixvim-config
A delcarative standalone nixvim configuration
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.4%) to scientific vocabulary
Repository
A delcarative standalone nixvim configuration
Basic Info
- Host: GitHub
- Owner: AyushmaanAggarwal
- License: mit
- Language: Nix
- Default Branch: master
- Size: 265 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
This configuration drew heavy inspiration from both kickstart.nvim and it's derivative kickstart.nixvim
Run
Temporarily run neovim configuration by installing nix and running the following
sh
nix run github:AyushmaanAggarwal/nixvim-config
Install
Install the neovim configuration by adding the following to a nix-flakes setup
Add the input to flake.nix
nix
inputs.nixvim-config.url = "github:AyushmaanAggarwal/nixvim-config";
and then add the package
nix
{inputs, system, ...}: {
environment.systemPackages = [ inputs.nixvim-flake.packages.${system}.default ];
}
Owner
- Name: Ayushmaan Aggarwal
- Login: AyushmaanAggarwal
- Kind: user
- Location: Berkeley, CA
- Repositories: 4
- Profile: https://github.com/AyushmaanAggarwal
GitHub Events
Total
- Push event: 9
Last Year
- Push event: 9