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

Added option to disable ftplugin #417

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

obemu
Copy link
Contributor

@obemu obemu commented Dec 11, 2024

This PR adds the buffer scoped variable flutter_tools_did_ftplugin.

With this variable the user can manually disable the filetype plugin code bundled with flutter-tools.nvim. This can be useful in case someone wants different configuration options for dart only projects (like CLI tools, etc.) which are not dependent on the Flutter SDK.

See my init.lua for an example on how that could be used.

@sidlatau sidlatau merged commit 85492be into nvim-flutter:main Dec 14, 2024
3 of 4 checks passed
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