We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ty
1 parent 1186ad4 commit 9c1967fCopy full SHA for 9c1967f
1 file changed
lua/python/lsp/init.lua
@@ -59,6 +59,12 @@ PythonLSP.python_lsp_servers = {
59
vim.cmd(":LspRestart SithLSP")
60
end,
61
},
62
+ ty = {
63
+ callback = function(_, client)
64
+ vim.notify_once(string.format("python.nvim: restart lsp client: '%s'", client.name), vim.log.levels.INFO)
65
+ vim.cmd(":LspRestart ty")
66
+ end,
67
+ },
68
-- For my homies in devops
69
ansiblels = {
70
callback = function(_, client)
0 commit comments