Skip to content

Commit c5f6c26

Browse files
committed
chore(emmyrc): don't include lazy dir in workspace
Can cause type conflicts (and is also slower), e.g OpenOpts. Only downside is possibly less type info for completion / pickers but that seems like an ok trade off.
1 parent 9f1070d commit c5f6c26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.emmyrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"library": [
88
"$VIMRUNTIME",
99
"$HOME/.local/share/nvim/lazy/luvit-meta/library/uv.lua",
10-
"$HOME/.local/share/nvim/lazy"
1110
],
1211
"ignoreGlobs": [
1312
"**/*_spec.lua"

0 commit comments

Comments
 (0)