this repo has no description
0
fork

Configure Feed

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

spaces!

+1
+1
nvim/lua/config/base.lua
··· 2 2 3 3 vim.opt.relativenumber = true 4 4 5 + vim.opt.expandtab = true 5 6 vim.opt.shiftwidth = 2 6 7 vim.opt.tabstop = 2 7 8