small changes to default mappings (#41)
This commit is contained in:
		
							parent
							
								
									e3b768619c
								
							
						
					
					
						commit
						760823f1e3
					
				
							
								
								
									
										6
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										6
									
								
								init.lua
								
								
								
								
							|  | @ -304,8 +304,9 @@ local on_attach = function(_, bufnr) | |||
|   nmap('<leader>ca', vim.lsp.buf.code_action, '[C]ode [A]ction') | ||||
| 
 | ||||
|   nmap('gd', vim.lsp.buf.definition, '[G]oto [D]efinition') | ||||
|   nmap('gi', vim.lsp.buf.implementation, '[G]oto [I]mplementation') | ||||
|   nmap('gr', require('telescope.builtin').lsp_references, '[G]oto [R]eferences') | ||||
|   nmap('gI', vim.lsp.buf.implementation, '[G]oto [I]mplementation') | ||||
|   nmap('<leader>D', vim.lsp.buf.type_definition, 'Type [D]efinition') | ||||
|   nmap('<leader>ds', require('telescope.builtin').lsp_document_symbols, '[D]ocument [S]ymbols') | ||||
|   nmap('<leader>ws', require('telescope.builtin').lsp_dynamic_workspace_symbols, '[W]orkspace [S]ymbols') | ||||
| 
 | ||||
|  | @ -315,7 +316,6 @@ local on_attach = function(_, bufnr) | |||
| 
 | ||||
|   -- Lesser used LSP functionality | ||||
|   nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') | ||||
|   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>wr', vim.lsp.buf.remove_workspace_folder, '[W]orkspace [R]emove Folder') | ||||
|   nmap('<leader>wl', function() | ||||
|  | @ -355,7 +355,7 @@ for _, lsp in ipairs(servers) do | |||
|   } | ||||
| end | ||||
| 
 | ||||
| -- Turn on status information | ||||
| -- Turn on lsp status information | ||||
| require('fidget').setup() | ||||
| 
 | ||||
| -- Example custom configuration for lua | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 TJ DeVries
						TJ DeVries