Skip to content

feat(jsonnet_ls): jsonnet_ls lsp #3825

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

ilpianista
Copy link
Contributor

Should remove jsonnet_ls from the list in #3705.

@ilpianista ilpianista requested a review from glepnir as a code owner May 7, 2025 10:32
@ilpianista ilpianista force-pushed the feature/lsp-jsonnet_ls branch 3 times, most recently from e7ee921 to 2d3d28c Compare May 7, 2025 12:18
@ilpianista ilpianista requested a review from lithammer May 7, 2025 12:24
@ilpianista ilpianista force-pushed the feature/lsp-jsonnet_ls branch from 2d3d28c to 1ca50fc Compare May 7, 2025 13:22
@ilpianista ilpianista requested a review from lithammer May 7, 2025 13:22
Copy link
Collaborator

@lithammer lithammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is one of those cases where cmd_env being function with the buffer being attached or root_dir as argument would be useful.

It also seems like the solution in lua/lspconfig/configs/jsonnet_ls.lua is incorrect for Windows since it's splitting on :. It should split on ;.

return table.concat(paths, ':')

@justinmk justinmk merged commit dd9466c into neovim:master May 9, 2025
10 checks passed
@ilpianista ilpianista deleted the feature/lsp-jsonnet_ls branch May 12, 2025 08:29
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

Successfully merging this pull request may close these issues.

3 participants