Update generated nvim config
This commit is contained in:
15
config/neovim/store/lazy-plugins/diffview.nvim/.luarc.json
Normal file
15
config/neovim/store/lazy-plugins/diffview.nvim/.luarc.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.diagnostics.disable": [
|
||||
"assign-type-mismatch",
|
||||
"cast-type-mismatch",
|
||||
"missing-fields"
|
||||
],
|
||||
"runtime.version": "LuaJIT",
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": [
|
||||
"./lua",
|
||||
"$VIMRUNTIME/lua",
|
||||
".dev/lua/nvim"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user