8000 Tags · chrishrb/gx.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chrishrb/gx.nvim

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: go import handler based on treesitter (#47)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore: Improve README for custom handler (#51)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking change: Dont provide custom keybinding anymore, allow user t…

…o define own keybindings (#39)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
load gx.nvim lazy (#37)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't create select mode keymap (#34)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: improved url pattern string (#30)

* fix: improved url pattern string

replaced 0-9 with %d
added %% which is used for matching safe string urls

* test: added test for encoded urls

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add search for word / selection under cursor (#22)

* Add search for word / selection under cursor

* lint everything

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add handler for git commit hash (#15)

* Add handler for git commit hash

* Handle both long (40) char hashes and short (7) char hashes.

* Handle commit hashes of any length between 7 and 40 characters.

* Add spec for commit handler

* Run stylua

* Update test/spec/gx/handlers/commit_handler_spec.lua

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

* Update test/spec/gx/handlers/commit_handler_spec.lua

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

---------

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix readme (#9)

0