nvim/lua/lsp/pyright.lua
2024-01-03 14:18:04 +08:00

6 lines
77 B
Lua

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