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

Disable functionality for inline functions #35

Open
mortymacs opened this issue Jan 16, 2024 · 0 comments
Open

Disable functionality for inline functions #35

mortymacs opened this issue Jan 16, 2024 · 0 comments

Comments

@mortymacs
Copy link

For inline functions, it would be great to have options to configure it:
image

Just a suggestion, maybe an extra arguments for sections (lsp or treesitter object mabye), something like:

require'lsp-lens'.setup({
  sections = {
    definition = function(count, functionObj)
        ...
    end,
    references = function(count, functionObj)
        ...
    end,
    implements = function(count, functionObj)
        ...
    end,
    git_authors = function(latest_author, count, functionObj)
        ...
    end,
  }
})
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

No branches or pull requests

1 participant