diff --git a/lua/misc-utils.lua b/lua/misc-utils.lua index bab2b56..066a671 100644 --- a/lua/misc-utils.lua +++ b/lua/misc-utils.lua @@ -28,6 +28,8 @@ opt("o", "timeoutlen", 500) -- for indenline opt("b", "expandtab", true) opt("b", "shiftwidth", 2) +opt("b", "smartindent", true) + local M = {}