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

meson: install docs/api to datadir for lsp support #979

Merged
merged 1 commit into from
May 15, 2022

Conversation

jgmdev
Copy link
Member

@jgmdev jgmdev commented May 5, 2022

Currently the LSP plugin declares the lite-xl data dir as a library:

workspace = {
    library = {
      [DATADIR] = true
    }
}

This PR adds the installation of docs/api meta files to the DATADIR on the meson.build script so lua-language-server can pick them for autocompletion/intellisense support of the LUA api hidden away on the C implementation.

@jgmdev jgmdev merged commit 425b85a into lite-xl:master May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant