all repos

init.lua @ 6ae1dd0

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
ftype go: disable expandtab
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-07 20:03:55 +0200
Parent: a146977
M ftplugin/go.lua

@@ -1,4 +1,5 @@

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