# HG changeset patch # User zegervdv # Date 1636123964 -3600 # Node ID 160e93d776f3ebf56c448b07c24b0ebf9962fd34 # Parent 64f8a54e372db2ebc7d2e4a4fafc29adaefea818 Remove unused lsp_signature diff -r 64f8a54e372d -r 160e93d776f3 .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Fri Nov 05 15:52:04 2021 +0100 +++ b/.chezmoitemplates/init.lua Fri Nov 05 15:52:44 2021 +0100 @@ -250,7 +250,6 @@ } end, } - use { 'ray-x/lsp_signature.nvim' } use { { 'nvim-treesitter/nvim-treesitter', @@ -683,7 +682,6 @@ vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = 'single' }) vim.lsp.handlers['textDocument/signatureHelp'] = vim.lsp.with(vim.lsp.handlers.hover, { border = 'single' }) - -- require "lsp_signature".on_attach() end local capabilities = vim.lsp.protocol.make_client_capabilities()