all repos

init.lua @ c789094feef1054d950d2931ca160fcb758ba1bd

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
Added python ft config
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 13:27:56 +0200
Parent: c81dbfc
A ftplugin/python.lua

@@ -0,0 +1,4 @@

+-- spacing +vim.opt_local.tabstop = 4 +vim.opt_local.shiftwidth = 4 +vim.opt_local.softtabstop = 4