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

Opt in to register aucmd for auto format and ast check. #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tiseno
Copy link

@Tiseno Tiseno commented Dec 29, 2023

From #51 (comment)

The g: and Format should also probably be renamed to something like FormatAndAstCheck.

Also from the discussion: this whole plugin should probably be split into two different plugins, one for filetype detection and syntax, which should be included in vim, and the other one for things like formatting and linting, like how the go plugin was split: https://github.com/google/vim-ft-go and https://github.com/fatih/vim-go

Or probably it is just the case that vim should stop upstreaming everything from this plugin, and just take the bits it should (ft detection+syntax+indent+compiler definition).

@Tiseno
Copy link
Author

Tiseno commented Dec 30, 2023

PR for removing this from vim vim/vim#13803
So should probably close this if it gets merged.

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.

1 participant