mirror of
https://github.com/NotAShelf/syntax-gaslighting.nvim.git
synced 2026-04-17 00:13:48 +00:00
initial commit
This commit is contained in:
commit
d544001f56
4 changed files with 511 additions and 0 deletions
10
.luacheckrc
Normal file
10
.luacheckrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- Don't report unused self arguments of methods.
|
||||
self = false
|
||||
|
||||
ignore = {
|
||||
"631", -- max_line_length
|
||||
}
|
||||
|
||||
globals = { "vim" }
|
||||
|
||||
-- vim: ft=lua tw=80
|
||||
Loading…
Add table
Add a link
Reference in a new issue