LunarVim/lua/lv-numb/init.lua

5 lines
175 B
Lua
Raw Normal View History

require('numb').setup{
show_numbers = true, -- Enable 'number' for the window while peeking
show_cursorline = true -- Enable 'cursorline' for the window while peeking
}