mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2025-02-05 08:33:26 +00:00
10 lines
150 B
Lua
10 lines
150 B
Lua
-- vim: ft=lua tw=80
|
|
|
|
-- Don't report unused self arguments of methods.
|
|
self = false
|
|
|
|
ignore = {
|
|
"631", -- max_line_length
|
|
}
|
|
|
|
globals = { "vim" }
|