this repo has no description
0
fork

Configure Feed

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

update neovim config

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