Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/missing code-actions config in the docs #433

Open
stefano-regosa-deel opened this issue Nov 14, 2023 · 0 comments
Open

docs/missing code-actions config in the docs #433

stefano-regosa-deel opened this issue Nov 14, 2023 · 0 comments

Comments

@stefano-regosa-deel
Copy link

stefano-regosa-deel commented Nov 14, 2023

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 !

local code_actions = require "lvim.lsp.null-ls.code_actions"
code_actions.setup {
  { 
    exe = "eslint_d",
    filetypes = { "typescript", "typescriptreact", "javascript", "javascriptreact", "react" },
  },
}
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant