2
0
Fork 0
anthropic.nvim/.luacheckrc

10 lines
105 B
Plaintext
Raw Permalink Normal View History

2024-04-18 16:47:37 +02:00
ignore = {
"631", -- max_line_length
}
read_globals = {
"vim",
"describe",
"it",
"assert"
}