this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nvim): show current line number instead of 0

+1
+1
nvim/lua/config/base.lua
··· 1 1 vim.opt.termguicolors = true 2 2 3 3 vim.opt.relativenumber = true 4 + vim.opt.number = true -- shows the current line number instead of 0 4 5 5 6 vim.opt.expandtab = true 6 7 vim.opt.shiftwidth = 2