all repos

init.lua @ 5b3ec648fea00d3c6f6b9c89cd50da47ed1862b4

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
adds lua config
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-17 18:47:33 +0200
Parent: 599728a
A ftplugin/lua.lua

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

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