1 Star 0 Fork 0

huangshaoqi/lsp_signature.nvim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.luacheckrc 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
rayx 提交于 2022-10-21 13:19 . luacheck updates
-- Rerun tests only if their modification time changed.
cache = true
std = luajit
codes = true
self = false
-- 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.
"122", -- Indirectly setting a readonly global
}
globals = {
"_",
"G",
"_LSP_SIG_CFG",
"_LSP_SIG_VT_NS",
}
-- Global objects defined by the C code
read_globals = {
"vim",
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangshaoqi/lsp_signature.nvim.git
git@gitee.com:huangshaoqi/lsp_signature.nvim.git
huangshaoqi
lsp_signature.nvim
lsp_signature.nvim
master

搜索帮助