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

Find a way to share makers for :Neomake! like we can share makers for :Neomake #47

Closed
benekastah opened this issue Jan 19, 2015 · 1 comment

Comments

@benekastah
Copy link
Collaborator

#43 brought this up. Currently filetype makers are found in autoload/neomake/makers/{filetype}.vim. This is nice because we can have makers for many different filetypes that get loaded on demand as more filetypes are used. Possibly we need to put these in autoload/neomake/filetype_makers/{filetype}.vim. Then we can have non-filetype makers in autoload/neomake/makers/{tool}.vim.

@benekastah
Copy link
Collaborator Author

Fixed by b19be85 and 293e2c8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant