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