Regenerate nvim config
This commit is contained in:
29
config/neovim/store/lazy-plugins/nvim-ufo/.luarc.jsonc
Normal file
29
config/neovim/store/lazy-plugins/nvim-ufo/.luarc.jsonc
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"completion.callSnippet": "Replace",
|
||||
"completion.displayContext": 50,
|
||||
"completion.keywordSnippet": "Disable",
|
||||
"completion.postfix": ".",
|
||||
"diagnostics.libraryFiles": "Disable",
|
||||
"diagnostics.disable": [
|
||||
"different-requires",
|
||||
"param-type-mismatch",
|
||||
"assign-type-mismatch"
|
||||
],
|
||||
"diagnostics.globals": [
|
||||
"jit",
|
||||
"it",
|
||||
"describe",
|
||||
"before_each",
|
||||
"after_each",
|
||||
"setup",
|
||||
"teardown"
|
||||
],
|
||||
"runtime.version": "LuaJIT",
|
||||
"type.castNumberToInteger": true,
|
||||
"type.weakUnionCheck": true,
|
||||
"workspace.library": [
|
||||
"$VIM/runtime/lua",
|
||||
"$VIM/site/pack/packer/start/promise-async/typings"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user