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

feat: add Delphi LSP #3027

Closed
wants to merge 6 commits into from
Closed

feat: add Delphi LSP #3027

wants to merge 6 commits into from

Conversation

Str8Razor
Copy link
Contributor

Add config for Delphi LSP server from Embarcadero

@Str8Razor Str8Razor requested a review from glepnir as a code owner February 24, 2024 15:07
@Str8Razor Str8Razor changed the title add DelphiLSP feat(editorconfig):add DelphiLSP Feb 24, 2024
@Str8Razor Str8Razor changed the title feat(editorconfig):add DelphiLSP feat: add Delphi LSP Feb 24, 2024
--look for *.delphilsp.json - Delphi lsp config file
settingsFile = vim.fs.find(function(name)
return name:match(".*%.delphilsp.json$")
end, { limit = math.huge, type = "file", upward = true })[1],
Copy link
Member

Choose a reason for hiding this comment

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

it's better add stop condition

@Str8Razor Str8Razor requested a review from glepnir February 25, 2024 15:19
@Str8Razor Str8Razor marked this pull request as draft February 25, 2024 15:50
@Str8Razor Str8Razor closed this Feb 25, 2024
@Str8Razor
Copy link
Contributor Author

will resubmit it later

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.

2 participants