[CMP] Remove signature help
This commit is contained in:
		| @@ -9,7 +9,6 @@ return { | ||||
|         { "saadparwaiz1/cmp_luasnip" }, -- for autocompletion | ||||
|         { "rafamadriz/friendly-snippets" }, -- useful snippets | ||||
|         { "onsails/lspkind.nvim" },   -- icons for cmp | ||||
|         { "hrsh7th/cmp-nvim-lsp-signature-help" }, -- signature help | ||||
|     }, | ||||
|  | ||||
|     config = function() | ||||
| @@ -95,7 +94,6 @@ return { | ||||
|                 { name = "luasnip" }, -- snippets | ||||
|                 { name = "buffer" }, -- text within current buffer | ||||
|                 { name = "path" }, -- file system paths | ||||
|                 { name = "nvim_lsp_signature_help" }, -- signature help | ||||
|             }), | ||||
|  | ||||
|             formatting = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user