this repo has no description
0
fork

Configure Feed

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

update neovim config

+1
+1
.config/nvim/init.lua
··· 2 2 -- https://lazy.folke.io/installation 3 3 require("config.lazy") 4 4 5 + vim.opt.tabstop = 2 5 6 vim.opt.termguicolors = false