this repo has no description
0
fork

Configure Feed

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

use root level local config

+2 -2
+1 -1
git/gitignore
··· 2 2 *.swo 3 3 *~ 4 4 .vagrant 5 - seth.nvim.lua 5 + .seth.nvim.lua 6 6 NOTES.sethetter.md 7 7 TODO.sethetter.md 8 8 _sethetter*
+1 -1
nvim/lua/plugins/config.lua
··· 3 3 config = function() 4 4 require('config-local').setup({ 5 5 -- Config file patterns to load (lua supported) 6 - config_files = { "_seth/nvim.lua", ".nvim.lua", ".nvimrc", ".exrc" }, 6 + config_files = { ".seth.nvim.lua", ".nvim.lua", ".nvimrc", ".exrc" }, 7 7 8 8 -- Where the plugin keeps files data 9 9 hashfile = vim.fn.stdpath("data") .. "/config-local",