🪴 my neovim config:)
1
fork

Configure Feed

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

init: prepend local packpath

robin 717495ac ef81c006

+3
+3
config/lua/ivy/init.lua
··· 2 2 "~/.local/share/ivy/site/pack/*/start/*", 3 3 "~/.local/share/ivy/site/pack/*/start/*/after", 4 4 }) 5 + vim.opt.packpath:prepend({ 6 + "~/.local/share/ivy/site", 7 + }) 5 8 6 9 require("ivy.on") 7 10 require("ivy.once")