Fixed spelling error and missing marker
This commit is contained in:
		
							parent
							
								
									5788a41cb8
								
							
						
					
					
						commit
						fa3faeede2
					
				
							
								
								
									
										4
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										4
									
								
								init.lua
								
								
								
								
							|  | @ -267,7 +267,7 @@ local on_attach = function(_, bufnr) | ||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
|   nmap('<leader>rn', vim.lsp.buf.rename, '[R]e[n]ame') |   nmap('<leader>rn', vim.lsp.buf.rename, '[R]e[n]ame') | ||||||
|   nmap('<leader>ca', vim.lsp.buf.code_action, '[C]ode [A]tion') |   nmap('<leader>ca', vim.lsp.buf.code_action, '[C]ode [A]ction') | ||||||
| 
 | 
 | ||||||
|   nmap('gd', vim.lsp.buf.definition, '[G]oto [D]efinition') |   nmap('gd', vim.lsp.buf.definition, '[G]oto [D]efinition') | ||||||
|   nmap('gi', vim.lsp.buf.implementation, '[G]oto [I]mplementation') |   nmap('gi', vim.lsp.buf.implementation, '[G]oto [I]mplementation') | ||||||
|  | @ -281,7 +281,7 @@ local on_attach = function(_, bufnr) | ||||||
| 
 | 
 | ||||||
|   -- Lesser used LSP functionality |   -- Lesser used LSP functionality | ||||||
|   nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') |   nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') | ||||||
|   nmap('<leader>D', vim.lsp.buf.type_definition, 'Type Definition') |   nmap('<leader>D', vim.lsp.buf.type_definition, 'Type [D]efinition') | ||||||
|   nmap('<leader>wa', vim.lsp.buf.add_workspace_folder, '[W]orkspace [A]dd Folder') |   nmap('<leader>wa', vim.lsp.buf.add_workspace_folder, '[W]orkspace [A]dd Folder') | ||||||
|   nmap('<leader>wr', vim.lsp.buf.remove_workspace_folder, '[W]orkspace [R]emove Folder') |   nmap('<leader>wr', vim.lsp.buf.remove_workspace_folder, '[W]orkspace [R]emove Folder') | ||||||
|   nmap('<leader>wl', function() |   nmap('<leader>wl', function() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Ash
						Ash