diff --git a/after/ftplugin/python.lua b/after/ftplugin/python.lua index 8c7053d..9f2bf4f 100644 --- a/after/ftplugin/python.lua +++ b/after/ftplugin/python.lua @@ -1,7 +1,8 @@ local o = vim.o local bo = vim.bo -bo.expandtab = false -bo.tabstop = 8 -bo.shiftwidth = 8 +bo.expandtab = true +bo.tabstop = 2 +bo.shiftwidth = 2 bo.autoindent = true bo.copyindent = true +vim.wo.colorcolumn = '80'