Deeplearning/lua/lsp/pyright.lua

6 lines
77 B
Lua

return {
on_attach = function()
G.cmd[[command! R !python3 %]]
end
}