enable smartindent

This commit is contained in:
siduck76 2021-06-15 21:44:11 +05:30
parent f87772e559
commit 62f4ce0912
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ opt("o", "timeoutlen", 500)
-- for indenline
opt("b", "expandtab", true)
opt("b", "shiftwidth", 2)
opt("b", "smartindent", true)
local M = {}