Skip to content

Commit 86028c2

Browse files
committed
chore(luals): revert c4cc687, 9864a16
Not needed, lazydev was messing up the loading
1 parent 3b45f14 commit 86028c2

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.luarc.jsonc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,7 @@
3030
},
3131
"workspace": {
3232
"library": [
33-
//
34-
// Trigger loading our meta definition file "types.lua"
35-
// without this we get warnings about global "FzfLua"
36-
// also enables inter-module resolving and completion
37-
// i.e. defs/refs/impl for utils, libuv, shell, etc
38-
//
39-
// For more info:
40-
// https://luals.github.io/wiki/definition-files
41-
//
42-
"lua",
43-
"$VIMRUNTIME/lua",
33+
"$VIMRUNTIME",
4434
"${3rd}/luv/library",
4535
// For "cmp_src.lua" type resolving
4636
"deps/mini.nvim",

0 commit comments

Comments
 (0)