mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: indent fix
This commit is contained in:
parent
7d14948480
commit
a415054cda
1 changed files with 13 additions and 13 deletions
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"diagnostics.globals": [
|
||||
"vim",
|
||||
"ipairs",
|
||||
"require",
|
||||
"pairs",
|
||||
"type",
|
||||
"unpack",
|
||||
"table"
|
||||
],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": ["$VIMRUNTIME", "./lua"]
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"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