Compare commits
No commits in common. "a729603d4e3380cbee9d7cf3d3ff896106022d5b" and "af32fd0799d4a986d2b60c6112cf201408493bc1" have entirely different histories.
a729603d4e
...
af32fd0799
2 changed files with 2 additions and 5 deletions
|
@ -1,2 +1 @@
|
||||||
changeps1: false
|
changeps1: False
|
||||||
auto_activate_base: false
|
|
|
@ -3,9 +3,7 @@ local opt = vim.opt
|
||||||
opt.timeoutlen = 200
|
opt.timeoutlen = 200
|
||||||
-- opt.cmdheight = 0 -- broken??
|
-- opt.cmdheight = 0 -- broken??
|
||||||
opt.listchars:append({ tab = "⍿·", trail = "×" })
|
opt.listchars:append({ tab = "⍿·", trail = "×" })
|
||||||
opt.list = true
|
vim.opt.list = true
|
||||||
opt.number = true
|
|
||||||
opt.relativenumber = true
|
|
||||||
|
|
||||||
-- lvim specific settings
|
-- lvim specific settings
|
||||||
-- general
|
-- general
|
||||||
|
|
Loading…
Reference in a new issue