You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just realised that this plugin logs to the home directory as a non-hidden file. Do you think it'll be better if logs go to the standard cache directory, like plugins such as nvim itself, lsp, null-ls, telescope and a few others? This path is vim.fn.stdpath("cache") .. "/" .. "null-ls.log". If you're happy with this change, I can make a PR for it :))
The text was updated successfully, but these errors were encountered:
Hi, just realised that this plugin logs to the home directory as a non-hidden file. Do you think it'll be better if logs go to the standard cache directory, like plugins such as nvim itself, lsp, null-ls, telescope and a few others? This path is
vim.fn.stdpath("cache") .. "/" .. "null-ls.log"
. If you're happy with this change, I can make a PR for it :))The text was updated successfully, but these errors were encountered: