feat(nvim): enable shiftround
This commit is contained in:
parent
02950db8e4
commit
eae0178a9d
@ -33,6 +33,7 @@ M.setup = function()
|
|||||||
opt.breakindent = true
|
opt.breakindent = true
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
opt.smarttab = true
|
opt.smarttab = true
|
||||||
|
opt.shiftround = true
|
||||||
|
|
||||||
-- Search settings
|
-- Search settings
|
||||||
opt.hlsearch = true
|
opt.hlsearch = true
|
||||||
@ -128,6 +129,7 @@ M.setup = function()
|
|||||||
-- Improved diff
|
-- Improved diff
|
||||||
opt.diffopt:append("linematch:75")
|
opt.diffopt:append("linematch:75")
|
||||||
opt.fillchars:append("diff:/")
|
opt.fillchars:append("diff:/")
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user