.config/nvim/lua/config/options.lua

changeset 1164
a8b6384c8738
parent 1163
40367220022e
equal deleted inserted replaced
1163:40367220022e 1164:a8b6384c8738
5 5
6 -- Editing 6 -- Editing
7 o.expandtab = true 7 o.expandtab = true
8 o.shiftround = true 8 o.shiftround = true
9 o.shiftwidth = 2 9 o.shiftwidth = 2
10 o.formatexpr = "v:lua.require'conform'.formatexpr()" 10 o.formatexpr = "v:lua.require'conform'.formatexpr({'timeout_ms':4000})"
11 11
12 -- Display 12 -- Display
13 o.breakindent = true 13 o.breakindent = true
14 o.breakindentopt = "min:66,shift:2" 14 o.breakindentopt = "min:66,shift:2"
15 o.conceallevel = 3 15 o.conceallevel = 3

mercurial