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

feat(builtins): add completion source for nvim-snippets #201

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

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

Commits on Oct 21, 2024

  1. Improve matching

    przepompownia committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f8129c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    b93508a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb365d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Add conditions

    przepompownia committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    723ae35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ed304 View commit details
    Browse the repository at this point in the history
  3. Further optimization

    - empty line case can be checked once per cb
    - no need to iterate through snippets twice
    przepompownia committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6080d2b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Use textEdit

    przepompownia committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e619fc7 View commit details
    Browse the repository at this point in the history