Nvim: update tab settings

main
Marko Korhonen 2 months ago
parent b433d22bfe
commit fd1103f45b
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

Loading…
Cancel
Save