all repos

init.lua @ ddb2e1304ff5b0c17e4b6ecc4aab5f8a3c0cce49

my nvim config

init.lua/ftplugin/python.lua(view raw)

1
2
3
4
-- spacing
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.softtabstop = 4