1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Revert "Add nvim-lspsignature"

This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1.
This commit is contained in:
jdhao 2021-07-04 14:50:34 +08:00
parent ff9f9dcc16
commit 2a01d3b59f
2 changed files with 0 additions and 4 deletions

View File

@ -48,8 +48,6 @@ local on_attach = function(client, bufnr)
]], false)
end
require "lsp_signature".on_attach()
local msg = string.format('Language server %s started!' , client.name)
vim.api.nvim_echo({{msg, 'MoreMsg'}, }, false, {})
end

View File

@ -17,8 +17,6 @@ require('packer').startup(
-- nvim-lsp configuration
use 'neovim/nvim-lspconfig'
use 'ray-x/lsp_signature.nvim'
-- auto-completion engine
use 'hrsh7th/nvim-compe'