enable smartindent
This commit is contained in:
parent
f87772e559
commit
62f4ce0912
|
@ -28,6 +28,8 @@ opt("o", "timeoutlen", 500)
|
||||||
-- for indenline
|
-- for indenline
|
||||||
opt("b", "expandtab", true)
|
opt("b", "expandtab", true)
|
||||||
opt("b", "shiftwidth", 2)
|
opt("b", "shiftwidth", 2)
|
||||||
|
opt("b", "smartindent", true)
|
||||||
|
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue