mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
linting fixes
This commit is contained in:
parent
6ae28327e0
commit
b2892fa855
5 changed files with 24 additions and 7 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"diagnostics.globals": ["vim"],
|
||||
"diagnostics.globals": ["vim",
|
||||
"ipairs",
|
||||
"require",
|
||||
"pairs",
|
||||
"type",
|
||||
"unpack",
|
||||
"table"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": ["$VIMRUNTIME", "./lua"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue