mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2024-11-01 08:31:13 +00:00
11 lines
150 B
Text
11 lines
150 B
Text
|
-- vim: ft=lua tw=80
|
||
|
|
||
|
-- Don't report unused self arguments of methods.
|
||
|
self = false
|
||
|
|
||
|
ignore = {
|
||
|
"631", -- max_line_length
|
||
|
}
|
||
|
|
||
|
globals = { "vim" }
|