enable smartindent

navigator
siduck76 3 years ago
parent f87772e559
commit 62f4ce0912

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

Loading…
Cancel
Save