summaryrefslogtreecommitdiff
path: root/dot_config/nvim/after/ftplugin/python.lua
blob: b06591aca02223cf68b84d71572e19f888ea8fe1 (plain)
1
2
3
4
-- Colored columns at 72 and 88 are for line lengths, and are based on
-- Python conventions. Docstrings in Python should terminate at 72
-- characters, and 88 is the max line length for the Black formatter.
vim.opt_local.colorcolumn = { 72, 88 }