Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kasi-x
/
bunsetsu.nvim
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: kasi-x/bunsetsu.nvim
Actions
All workflows
Workflows
Dependabot Updates
Dependabot Updates
Luacheck
Luacheck
Release
Release
StyLua
StyLua
Test
Test
Show more workflows...
Management
Caches
StyLua
StyLua
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
stylua.yml
will be ignored since log searching is not yet available
48 workflow runs
48 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat: defer automatic Vibrato setup until after startup
StyLua
#48:
Commit
ac3121b
pushed by
kasi-x
11s
main
main
11s
View workflow file
refactor: replace dict = "auto" sentinel with explicit vibrato.auto_s…
StyLua
#47:
Commit
25ce8e1
pushed by
kasi-x
12s
main
main
12s
View workflow file
feat: automatic Vibrato setup (:BunsetsuVibratoSetup / dict = "auto")
StyLua
#46:
Commit
7dcebdd
pushed by
kasi-x
11s
main
main
11s
View workflow file
docs: clarify configuration options in three purpose-based tiers
StyLua
#45:
Commit
7492590
pushed by
kasi-x
11s
main
main
11s
View workflow file
feat: make text objects work without nvim-spider
StyLua
#44:
Commit
4feaa44
pushed by
kasi-x
9s
main
main
9s
View workflow file
docs: add smart sentence motion keymap example with auto language swi…
StyLua
#43:
Commit
4a28ae8
pushed by
kasi-x
9s
main
main
9s
View workflow file
feat: add is_japanese_line() for smart keymap switching
StyLua
#42:
Commit
b58c1ef
pushed by
kasi-x
12s
main
main
12s
View workflow file
feat: add self-contained phrase motion (spider-independent)
StyLua
#41:
Commit
4f1be61
pushed by
kasi-x
8s
main
main
8s
View workflow file
refactor: remove dead util functions (next_non_space, prev_non_space,…
StyLua
#40:
Commit
f9631ef
pushed by
kasi-x
10s
main
main
10s
View workflow file
docs: document merge_nouns, sentence, and jp_scan_lines options
StyLua
#39:
Commit
1c6fa80
pushed by
kasi-x
27s
main
main
27s
View workflow file
feat: add merge_nouns option for compound noun detection
StyLua
#38:
Commit
3cbaeb6
pushed by
kasi-x
11s
main
main
11s
View workflow file
refactor: centralize backend selection, add vibrato.pos option
StyLua
#37:
Commit
e97c013
pushed by
kasi-x
8s
main
main
8s
View workflow file
feat: add merge_nouns option and configurable sentence/scan settings
StyLua
#36:
Commit
6e160f4
pushed by
kasi-x
9s
main
main
9s
View workflow file
feat: make detailed settings configurable through options
StyLua
#35:
Commit
38f9102
pushed by
kasi-x
20s
main
main
20s
View workflow file
refactor: move backend selection to configuration module
StyLua
#34:
Commit
7f8d038
pushed by
kasi-x
12s
main
main
12s
View workflow file
test: add mixed-terminator merge boundary specs
StyLua
#33:
Commit
17adddd
pushed by
kasi-x
11s
main
main
11s
View workflow file
test: add mixed-terminator merge specs
StyLua
#32:
Commit
c41a68c
pushed by
kasi-x
9s
main
main
9s
View workflow file
fix: unify Japanese-context period rule (drop hiragana-only restriction)
StyLua
#31:
Commit
226809e
pushed by
kasi-x
11s
main
main
11s
View workflow file
fix: recognize ASCII period after hiragana as sentence end; add mixed…
StyLua
#30:
Commit
4435152
pushed by
kasi-x
13s
main
main
13s
View workflow file
fix: recognize full-width period (.) as sentence end; add mixed-text …
StyLua
#29:
Commit
1325825
pushed by
kasi-x
12s
main
main
12s
View workflow file
refactor: remove dead public APIs (full.range, show_config, vibrato.i…
StyLua
#28:
Commit
2052171
pushed by
kasi-x
9s
main
main
9s
View workflow file
refactor: extract setup lifecycle; consolidate highlight position walk
StyLua
#27:
Commit
f05ac0a
pushed by
kasi-x
13s
main
main
13s
View workflow file
refactor: unify Vibrato/Vaporetto process management into tokenizer_e…
StyLua
#26:
Commit
2480269
pushed by
kasi-x
12s
main
main
12s
View workflow file
Extend (not replace) visual selections; add boundary-case specs
StyLua
#25:
Commit
2872d8d
pushed by
kasi-x
19s
main
main
19s
View workflow file
Respect paragraph boundaries in sentence motion and text objects
StyLua
#24:
Commit
d931801
pushed by
kasi-x
9s
main
main
9s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.