nvim/lua/lsp/pyright.lua

6 lines
77 B
Lua
Raw Normal View History

2023-11-25 23:42:01 +08:00
return {
2024-01-03 14:18:04 +08:00
on_attach = function()
G.cmd[[command! R !python3 %]]
end
2023-11-25 23:42:01 +08:00
}