mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	style: fix formatting
This commit is contained in:
		
					parent
					
						
							
								c6c04f0d1b
							
						
					
				
			
			
				commit
				
					
						221bf56624
					
				
			
		
					 1 changed files with 17 additions and 17 deletions
				
			
		|  | @ -4,26 +4,26 @@ with builtins; { | ||||||
|   options.vim.telescope = { |   options.vim.telescope = { | ||||||
|     mappings = { |     mappings = { | ||||||
|       findFiles = mkMappingOption "Find files [Telescope]" "<leader>ff"; |       findFiles = mkMappingOption "Find files [Telescope]" "<leader>ff"; | ||||||
|       liveGrep = mkMappingOption  "Live grep [Telescope]" "<leader>fg"; |       liveGrep = mkMappingOption "Live grep [Telescope]" "<leader>fg"; | ||||||
|       buffers = mkMappingOption  "Buffers [Telescope]" "<leader>fb"; |       buffers = mkMappingOption "Buffers [Telescope]" "<leader>fb"; | ||||||
|       helpTags = mkMappingOption  "Help tags [Telescope]" "<leader>fh"; |       helpTags = mkMappingOption "Help tags [Telescope]" "<leader>fh"; | ||||||
|       open = mkMappingOption  "Open [Telescope]" "<leader>ft"; |       open = mkMappingOption "Open [Telescope]" "<leader>ft"; | ||||||
| 
 | 
 | ||||||
|       gitCommits = mkMappingOption  "Git commits [Telescope]" "<leader>fvcw"; |       gitCommits = mkMappingOption "Git commits [Telescope]" "<leader>fvcw"; | ||||||
|       gitBufferCommits = mkMappingOption  "Git buffer commits [Telescope]" "<leader>fvcb"; |       gitBufferCommits = mkMappingOption "Git buffer commits [Telescope]" "<leader>fvcb"; | ||||||
|       gitBranches = mkMappingOption  "Git branches [Telescope]" "<leader>fvb"; |       gitBranches = mkMappingOption "Git branches [Telescope]" "<leader>fvb"; | ||||||
|       gitStatus = mkMappingOption  "Git status [Telescope]" "<leader>fvs"; |       gitStatus = mkMappingOption "Git status [Telescope]" "<leader>fvs"; | ||||||
|       gitStash = mkMappingOption  "Git stash [Telescope]" "<leader>fvx"; |       gitStash = mkMappingOption "Git stash [Telescope]" "<leader>fvx"; | ||||||
| 
 | 
 | ||||||
|       lspDocumentSymbols = mkMappingOption  "LSP Document Symbols [Telescope]" "<leader>flsb"; |       lspDocumentSymbols = mkMappingOption "LSP Document Symbols [Telescope]" "<leader>flsb"; | ||||||
|       lspWorkspaceSymbols = mkMappingOption  "LSP Workspace Symbols [Telescope]" "<leader>flsw"; |       lspWorkspaceSymbols = mkMappingOption "LSP Workspace Symbols [Telescope]" "<leader>flsw"; | ||||||
|       lspReferences = mkMappingOption  "LSP References [Telescope]" "<leader>flr"; |       lspReferences = mkMappingOption "LSP References [Telescope]" "<leader>flr"; | ||||||
|       lspImplementations = mkMappingOption  "LSP Implementations [Telescope]" "<leader>fli"; |       lspImplementations = mkMappingOption "LSP Implementations [Telescope]" "<leader>fli"; | ||||||
|       lspDefinitions = mkMappingOption  "LSP Definitions [Telescope]" "<leader>flD"; |       lspDefinitions = mkMappingOption "LSP Definitions [Telescope]" "<leader>flD"; | ||||||
|       lspTypeDefinitions = mkMappingOption  "LSP Type Definitions [Telescope]" "<leader>flt"; |       lspTypeDefinitions = mkMappingOption "LSP Type Definitions [Telescope]" "<leader>flt"; | ||||||
|       diagnostics = mkMappingOption  "Diagnostics [Telescope]" "<leader>fld"; |       diagnostics = mkMappingOption "Diagnostics [Telescope]" "<leader>fld"; | ||||||
| 
 | 
 | ||||||
|       treesitter = mkMappingOption  "Treesitter [Telescope]" "<leader>fs"; |       treesitter = mkMappingOption "Treesitter [Telescope]" "<leader>fs"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     enable = mkEnableOption "Enable multi-purpose telescope utility"; |     enable = mkEnableOption "Enable multi-purpose telescope utility"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 n3oney
				n3oney