Changed: Neovim Conff
This commit is contained in:
		@@ -21,7 +21,7 @@
 | 
				
			|||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  inputs = {
 | 
					  inputs = {
 | 
				
			||||||
    nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
 | 
					    nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
 | 
				
			||||||
    hyprland.url = "github:hyprwm/Hyprland";
 | 
					    hyprland.url = "github:hyprwm/Hyprland";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    home-manager.url = "github:nix-community/home-manager/release-24.05";
 | 
					    home-manager.url = "github:nix-community/home-manager/release-24.05";
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								home/programs/neovim.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								home/programs/neovim.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					{ pkgs, ... }: {
 | 
				
			||||||
 | 
					    programs.neovim = {
 | 
				
			||||||
 | 
					        enable = true;
 | 
				
			||||||
 | 
					        viAlias = true;
 | 
				
			||||||
 | 
					        vimAlias = true;
 | 
				
			||||||
 | 
					        defaultEditor = true;
 | 
				
			||||||
 | 
					        plugins = with pkgs.vimPlugins; [
 | 
				
			||||||
 | 
					            nvim-tree-lua
 | 
				
			||||||
 | 
					            nvim-treesitter.withAllGrammars
 | 
				
			||||||
 | 
					        ];
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user