mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add nvim-lspsignature
This commit is contained in:
@@ -48,6 +48,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user