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

setup cmp window, item.abbr maxwidth and minwidth #361

Open
wants to merge 8 commits into
base: v3.0
Choose a base branch
from

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    94e27f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    081538d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3153c9c View commit details
    Browse the repository at this point in the history
  3. setup abbr.maxwidth au VimResized

    exposed an option ` cmp.format_abbr` to user:
    ```
        cmp        = {
            format_abbr = {
                maxwidth = 20,
                minwidth = 20,
            }
        }
    ```
    Song-Tianxiang authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    05bc006 View commit details
    Browse the repository at this point in the history
  4. use string.sub & deal with maxwidth < minwidth

    I can not find a better way...
    Song-Tianxiang authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    067597e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Simplify

    Song-Tianxiang authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    88d9e80 View commit details
    Browse the repository at this point in the history
  2. bit always available

    Song-Tianxiang authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1d1c099 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    26b5c92 View commit details
    Browse the repository at this point in the history