1 Star 0 Fork 0

dragon/nvim-dap-virtual-text

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.luacheckrc 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stephan Seitz 提交于 2021-04-24 20:23 . Allow shadowing of variables
-- Rerun tests only if their modification time changed.
cache = true
-- Glorious list of warnings: https://luacheck.readthedocs.io/en/stable/warnings.html
ignore = {
"212", -- Unused argument, In the case of callback function, _arg_name is easier to understand than _, so this option is set to off.
"411", -- Redefining a local variable.
"412", -- Redefining an argument.
"421", -- Shadowing a variable
"422", -- Shadowing an argument
"431", -- Shadowing a variable
"122" -- Indirectly setting a readonly global
}
-- Global objects defined by the C code
read_globals = {
"vim",
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon-teng140806/nvim-dap-virtual-text.git
[email protected]:dragon-teng140806/nvim-dap-virtual-text.git
dragon-teng140806
nvim-dap-virtual-text
nvim-dap-virtual-text
master

搜索帮助