This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Errors when I save any file #423
Answered
by
jose-elias-alvarez
ahmedelgabri
asked this question in
Q&A
-
I'm trying
Here is the commit of what I'm trying to do ahmedelgabri/dotfiles@1704e1c Nothing fancy at all, I only have local nls = require 'null-ls'
nls.config {
debounce = 150,
sources = {
nls.builtins.formatting.stylua,
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
jose-elias-alvarez
Dec 12, 2021
Replies: 1 comment 10 replies
-
We don't use |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
jose-elias-alvarez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't use
luaeval
anywhere in the code base, so I don't think this is an issue on our end. Your config is pretty large, so I'd try to start with the minimal config from the README and go from there. Feel free to open an issue if you're able to put together a minimal reproduction, because I've never seen this one before.