nvim/after/ftplugin/python.lua
2026-02-04 15:18:34 -05:00

2 lines
68 B
Lua

vim.opt_local.makeprg = "python %"
vim.opt_local.colorcolumn = "88"