LunarVim/lua/nv-numb/init.lua

5 lines
175 B
Lua
Raw Normal View History

2021-04-07 06:29:10 +02:00
require('numb').setup{
show_numbers = true, -- Enable 'number' for the window while peeking
show_cursorline = true -- Enable 'cursorline' for the window while peeking
}