open with trouble hotkey
This commit is contained in:
		@@ -1,6 +1,11 @@
 | 
				
			|||||||
require('telescope').load_extension('lsp_handlers')
 | 
					require('telescope').load_extension('lsp_handlers')
 | 
				
			||||||
 | 
					local trouble = require('trouble.providers.telescope')
 | 
				
			||||||
require('telescope').setup({
 | 
					require('telescope').setup({
 | 
				
			||||||
  defaults={
 | 
					  defaults={
 | 
				
			||||||
 | 
					    mappings={
 | 
				
			||||||
 | 
					      i = { ["<c-t>"] = trouble.open_with_trouble },
 | 
				
			||||||
 | 
					      n = { ["<c-t>"] = trouble.open_with_trouble },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    path_display={"smart"},
 | 
					    path_display={"smart"},
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  pickers={
 | 
					  pickers={
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user