Skip to content

Commit e335d12

Browse files
committed
refactor(#2731): add all nvim lua libraries
1 parent e61418f commit e335d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.luarc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"runtime.version": "Lua 5.1",
44
"workspace": {
55
"library": [
6-
"$VIMRUNTIME/lua/vim/_meta",
7-
"$VIMRUNTIME/lua/vim/lsp",
6+
"$VIMRUNTIME/lua/vim",
87
"${3rd}/luv/library"
98
]
109
},
1110
"diagnostics": {
11+
"libraryFiles": "Disable",
1212
"globals": [
1313
"vim"
1414
],

0 commit comments

Comments
 (0)