remove extra actions-preview config
This commit is contained in:
		
							parent
							
								
									7d6b3e53c4
								
							
						
					
					
						commit
						eccbfcbea2
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -52,11 +52,7 @@ require('packer').startup(function() | |||
| 
 | ||||
|     -- LSP and related | ||||
|     use { 'neovim/nvim-lspconfig' } | ||||
|     use { 'aznhe21/actions-preview.nvim', | ||||
|         config = function() | ||||
|             vim.keymap.set("n", "<space>ca", require("actions-preview").code_actions) | ||||
|         end, | ||||
|     } | ||||
|     use { 'aznhe21/actions-preview.nvim' } | ||||
|     use { 'folke/trouble.nvim' } -- lsp diagnostics | ||||
| 
 | ||||
|     -- Plugins to extend builtin language support | ||||
|  |  | |||
		Reference in a new issue