initial commit

This commit is contained in:
xesc 2023-12-09 15:46:50 +01:00
commit 48bd259cd8
29 changed files with 1107 additions and 0 deletions

3
ftplugin/python.lua Normal file
View file

@ -0,0 +1,3 @@
setlocal tabstop = 4
setlocal softtabstop = 4
setlocal shiftwidth = 4