Update README.md
This commit is contained in:
		
							parent
							
								
									984254a9c5
								
							
						
					
					
						commit
						ec6dbf60e8
					
				
					 1 changed files with 37 additions and 1 deletions
				
			
		
							
								
								
									
										38
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										38
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,2 +1,38 @@
 | 
			
		|||
# nvim.nix
 | 
			
		||||
# NixVim Configuration for Neovim
 | 
			
		||||
This repository contains my personal configuration for Neovim, managed with NixVim written in Nix.
 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
* **Gruvbox Material**
 | 
			
		||||
* **Treesitter**
 | 
			
		||||
* **Telesope**
 | 
			
		||||
* **AutoCompletion**
 | 
			
		||||
* **Git Integration**
 | 
			
		||||
* **UI Enhancement**
 | 
			
		||||
 | 
			
		||||
## Installation
 | 
			
		||||
**Intergration with NixOS/Home-Manager.**
 | 
			
		||||
```nix
 | 
			
		||||
inputs = {
 | 
			
		||||
  nixvim-config.url = "git+https://git.sajenim.dev/jasmine/nvim.nix.git";
 | 
			
		||||
};
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```nix
 | 
			
		||||
{ inputs, system, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  # NixOS
 | 
			
		||||
  environment.systemPackages = [ inputs.nixvim-config.packages.${system}.default ];
 | 
			
		||||
  # Home-Manager
 | 
			
		||||
  home.packages = [ inputs.nixvim-config.packages.${system}.default ];
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
**Build and Run**
 | 
			
		||||
```sh
 | 
			
		||||
nix run git+https://git.sajenim.dev/jasmine/nvim.nix.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## References
 | 
			
		||||
* [dc-tec/nixvim](https://github.com/dc-tec/nixvim)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue