This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
How to configure luacheck? #1597
Unanswered
alexmozaidze
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This isn't really specific to null-ls so I would check out Luacheck's documentation or an example config file like the one used in the Neovim repo itself. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a configuration for Lua LSP, but it is unsupported on some architectures. I was trying to setup luacheck to recognize
vim
global and to remove warnings on setting undeclared variables (aka "some_global = value" to be valid), but to no avail.Beta Was this translation helpful? Give feedback.
All reactions