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] Hook user language configuration in the language logic #13

Open
7 tasks
quantumfate opened this issue Aug 16, 2023 · 0 comments
Open
7 tasks

[Feat] Hook user language configuration in the language logic #13

quantumfate opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request refactoring
Milestone

Comments

@quantumfate
Copy link
Owner

quantumfate commented Aug 16, 2023

As a user/developer I want to be able to inject my language specific settings into the present language algorithms without having to make changes in quantumvim's runtime files.

  • factor any settings and conditional parameters in the language section out to a confic file (eventually split logically into pieces such as null-ls, lsp and dap in a modular fashion to support future deprecation)
    • dap
    • null-ls
    • lsp
  • provide after and ftplugin folder in the user configuration (NOTE: the runtime path for quantumvim's internal ftplugins has to be placed before the ftplugin folder of the user [Feat] Runtime path modifications and user config after directory #7 )
  • update the template generation
  • keep documentation up to date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant