As the title it seems like are missing in the DOC information about how to setup `code-actions` ! I'm willing to open a PR to add this if needed ! ```lua local code_actions = require "lvim.lsp.null-ls.code_actions" code_actions.setup { { exe = "eslint_d", filetypes = { "typescript", "typescriptreact", "javascript", "javascriptreact", "react" }, }, } ``` <img width="1181" alt="image" src="https://github.com/LunarVim/lunarvim.org/assets/16638949/262f7de3-9de6-4855-a335-a6eb36bf36e7">