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

feature: integration with Jenkinsfile #2777

Open
1 task done
idelice opened this issue Mar 19, 2024 · 1 comment
Open
1 task done

feature: integration with Jenkinsfile #2777

idelice opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@idelice
Copy link

idelice commented Mar 19, 2024

Did you check the docs?

  • I have read all the LazyVim docs

Is your feature request related to a problem? Please describe.

I have no LSP attached to a Jenkinsfile, nor treesitter or cmp.

Neovim sees it as normal text.

Describe the solution you'd like

I would like an integration that enables treesitter parsing, cmp and linter for Jenkinfiles

Describe alternatives you've considered

n/a

Additional context

No response

@idelice idelice added the enhancement New feature or request label Mar 19, 2024
@idelice idelice changed the title feature: integration to Jenkinsfile feature: integration with Jenkinsfile Mar 19, 2024
@mikavilpas
Copy link

Looks like a new parser for groovy was merged around two (2) months ago nvim-treesitter/nvim-treesitter#5957

To activate it, maybe adding it to ensure_installed would be enough.

(this will only address the treesitter parser part of the request)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants