feat(config): enable breakindent
This commit is contained in:
parent
bff807e48a
commit
ce0e7bf23e
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
# Use :h <option> to load help for given <option>
|
||||
{
|
||||
opts = {
|
||||
# Keep visual indentation on wrapped lines
|
||||
breakindent = true;
|
||||
|
||||
# Hide command line unless needed
|
||||
cmdheight = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue