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

Improve layout and user customizability #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    4c24eb9 View commit details
    Browse the repository at this point in the history
  2. Mark functions as local

    yochem committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6464067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e9d2db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4ea559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f4c46 View commit details
    Browse the repository at this point in the history
  6. Add setup function

    yochem committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6f1c19f View commit details
    Browse the repository at this point in the history
  7. Use plugin structure

    This structure is automatically recognized by Lazy.nvim, which allows to
    do the following:
    
    ```lua
    {
        'jrop/jq.nvim',
        config = true, -- for default configuration
        -- or
        config = {
    	-- options here
        },
    }
    ```
    yochem committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c3bf065 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42128d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c4cb90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    368e197 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    492db08 View commit details
    Browse the repository at this point in the history
  12. Add example screenshot

    yochem committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6e31b31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f2988e View commit details
    Browse the repository at this point in the history