Skip to content

Commit

Permalink
update luarc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Apr 12, 2024
1 parent 15f3aac commit a10e45f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/.luarc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"diagnostics.globals": ["vim"],
"Lua.diagnostics.globals": [
"vim"
],
"Lua.workspace.library": [
"C:\\Program Files\\Neovim\\share\\nvim\\runtime",
"C:\\tools\\neovim\\nvim-win64\\share\\nvim\\runtime",
"C:\\tools\\neovim\\nvim-win64\\lib\\nvim",
"${3rd}/luassert/library"
]
}
}

0 comments on commit a10e45f

Please sign in to comment.