Nvim: update tab settings

This commit is contained in:
Marko Korhonen 2024-03-08 16:12:47 +02:00
parent b433d22bfe
commit fd1103f45b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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