Mercurial > dotfiles
changeset 483:160e93d776f3
Remove unused lsp_signature
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 05 Nov 2021 15:52:44 +0100 |
parents | 64f8a54e372d |
children | bed1479d9b10 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()