mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	style: formatting
This commit is contained in:
		
					parent
					
						
							
								67bb5f17bd
							
						
					
				
			
			
				commit
				
					
						e74578b84c
					
				
			
		
					 11 changed files with 43 additions and 65 deletions
				
			
		|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./alpha |     ./alpha | ||||||
|     ./dashboard-nvim |     ./dashboard-nvim | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./config.nix |     ./config.nix | ||||||
|     ./git.nix |     ./git.nix | ||||||
|  |  | ||||||
|  | @ -21,7 +21,6 @@ in { | ||||||
| 
 | 
 | ||||||
|   config = |   config = | ||||||
|     mkIf cfg.enable |     mkIf cfg.enable | ||||||
|     ( |  | ||||||
|     { |     { | ||||||
|       vim.startPlugins = |       vim.startPlugins = | ||||||
|         if (cfg.gitsigns.enable) |         if (cfg.gitsigns.enable) | ||||||
|  | @ -58,6 +57,5 @@ in { | ||||||
|           }, |           }, | ||||||
|         } |         } | ||||||
|       ''); |       ''); | ||||||
|       } |     }; | ||||||
|     ); |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     # nvim lsp support |     # nvim lsp support | ||||||
|     ./config.nix |     ./config.nix | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./glow |     ./glow | ||||||
|     ./config.nix |     ./config.nix | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./minimap-vim |     ./minimap-vim | ||||||
|     ./codewindow |     ./codewindow | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./lualine |     ./lualine | ||||||
|   ]; |   ]; | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./theme.nix |     ./theme.nix | ||||||
|     ./config.nix |     ./config.nix | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./tidal.nix |     ./tidal.nix | ||||||
|     ./config.nix |     ./config.nix | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./treesitter.nix |     ./treesitter.nix | ||||||
|     ./context.nix |     ./context.nix | ||||||
|  |  | ||||||
|  | @ -1,6 +1,4 @@ | ||||||
| { | {...}: { | ||||||
|   ... |  | ||||||
| }: { |  | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./config.nix |     ./config.nix | ||||||
|     ./visuals.nix |     ./visuals.nix | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf