Skip to content

Commit 0eab12b

Browse files
committed
ci: add lazy.lua for maintaining opts_extend configuration
1 parent 06c9acf commit 0eab12b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lazy.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
return {
2+
"AstroNvim/astrocore",
3+
opts_extend = {
4+
"rooter.ignore.servers",
5+
"rooter.ignore.dirs",
6+
"sessions.ignore.buftypes",
7+
"sessions.ignore.dirs",
8+
"sessions.ignore.filetypes",
9+
"git_worktrees",
10+
},
11+
}

0 commit comments

Comments
 (0)