Compare commits

..

No commits in common. "a729603d4e3380cbee9d7cf3d3ff896106022d5b" and "af32fd0799d4a986d2b60c6112cf201408493bc1" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -1,2 +1 @@
changeps1: false
auto_activate_base: false
changeps1: False

View file

@ -3,9 +3,7 @@ local opt = vim.opt
opt.timeoutlen = 200
-- opt.cmdheight = 0 -- broken??
opt.listchars:append({ tab = "⍿·", trail = "×" })
opt.list = true
opt.number = true
opt.relativenumber = true
vim.opt.list = true
-- lvim specific settings
-- general