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:
parent
ff9f9dcc16
commit
2a01d3b59f
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user