Regenerate nvim config
This commit is contained in:
11
config/neovim/store/lazy-plugins/toggleterm.nvim/.luarc.json
Normal file
11
config/neovim/store/lazy-plugins/toggleterm.nvim/.luarc.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.diagnostics.disable": [
|
||||
"redundant-parameter",
|
||||
"return-type-mismatch",
|
||||
"assign-type-mismatch",
|
||||
"cast-local-type",
|
||||
"missing-parameter"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user