diff --git a/.luacheckrc b/.luacheckrc deleted file mode 100644 index 43edd08..0000000 --- a/.luacheckrc +++ /dev/null @@ -1,72 +0,0 @@ -files["**/*.lua"] = { - read_globals = { - vim = { - fields = { - api = { - other_fields = true, - read_only = true, - }, - cmd = { - other_fields = true, - read_only = true, - }, - defer_fn = { - read_only = true, - }, - diagnostic = { - other_fields = true, - read_only = true, - }, - fn = { - other_fields = true, - read_only = true, - }, - fs = { - other_fields = true, - read_only = true, - }, - g = { - other_fields = true, - read_only = false, - }, - keymap = { - other_fields = true, - read_only = true, - }, - loop = { - other_fields = true, - read_only = true, - }, - lsp = { - fields = { - handlers = { - other_fields = true, - read_only = false, - } - }, - other_fields = true, - read_only = true, - }, - notify = { - read_only = false, - }, - o = { - other_fields = true, - read_only = false, - }, - opt = { - other_fields = true, - read_only = false, - }, - v = { - other_fields = true, - read_only = true, - }, - F = { - other_fields = true, - read_only = true, - }, - }, - }, -}, -}