LunarVim/lua/nv-numb/init.lua
christianchiarulli f6e7eb755c updates
2021-04-07 00:29:10 -04:00

4 lines
175 B
Lua

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