Remove unnecessary comment
This commit is contained in:
parent
bf827e0ebd
commit
7fe754342a
|
@ -19,7 +19,7 @@ opt.showmode = false
|
||||||
|
|
||||||
opt.title = true
|
opt.title = true
|
||||||
opt.clipboard = "unnamedplus"
|
opt.clipboard = "unnamedplus"
|
||||||
opt.cul = true -- cursor line
|
opt.cursorline = true
|
||||||
|
|
||||||
-- Indenting
|
-- Indenting
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
|
|
Loading…
Reference in New Issue