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

changeset 1163
40367220022e
parent 1064
fcfa295076a8
child 1164
a8b6384c8738
equal deleted inserted replaced
1162:e6da5f7156c2 1163:40367220022e
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 11
11 -- Display 12 -- Display
12 o.breakindent = true 13 o.breakindent = true
13 o.breakindentopt = "min:66,shift:2" 14 o.breakindentopt = "min:66,shift:2"
14 o.conceallevel = 3 15 o.conceallevel = 3

mercurial