indent wrapped lines
This commit is contained in:
parent
cf09fb8293
commit
223f45dfa3
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
vim.opt.nu = true
|
vim.opt.nu = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
|
|
||||||
|
vim.opt.breakindent = true
|
||||||
|
|
||||||
-- default indentation
|
-- default indentation
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.softtabstop = 4
|
vim.opt.softtabstop = 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue