neovim setup
This commit is contained in:
14
.luacheckrc
Normal file
14
.luacheckrc
Normal file
@@ -0,0 +1,14 @@
|
||||
---@diagnostic disable: lowercase-global
|
||||
|
||||
ignore = {
|
||||
"111", -- setting non-standard global variable
|
||||
"212/_.*", -- unused argument, for vars with "_" prefix
|
||||
"214", -- used variable with unused hint ("_" prefix)
|
||||
"121", -- setting read-only global variable 'vim'
|
||||
"122", -- setting read-only field of global variable 'vim'
|
||||
}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
read_globals = {
|
||||
"vim",
|
||||
}
|
||||
Reference in New Issue
Block a user