Nvim: update tab settings

This commit is contained in:
Marko Korhonen 2024-03-08 16:12:47 +02:00
parent 40a8b3b9f1
commit 4ac7546202

View file

@ -45,5 +45,7 @@ g.mapleader = " "
-- Indentation settings -- Indentation settings
o.tabstop = 4 o.tabstop = 4
o.softtabstop = -1
o.expandtab = true
o.shiftwidth = 4 o.shiftwidth = 4
o.smartindent = true o.smartindent = true