Nvim: Added intentation settings

This commit is contained in:
Marko Korhonen 2022-09-03 00:33:55 +03:00
parent 31a250b50a
commit 7f357be296
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -34,3 +34,8 @@ o.smartcase = true
-- Set leader
g.mapleader = " "
-- Indentation settings
o.tabstop = 4
o.shiftwidth = 4
o.smartindent = true