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
Accelerator
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 }}
subecho
/
NormalNvim
Public
forked from
NormalNvim/NormalNvim
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
NormalNvim
lua
plugins
on
main
User selector
All users
All time
Commit history
Commits on Jun 24, 2025
refactor: Let's not forget to initialize with opts={}
Zeioth
committed
0f369b8
View commit details
Copy full SHA for 0f369b8
View code at this point
Browse repository at this point
chore(nvim-coverage): Our PR has been merged, so let's go back to the original author's branch. Thanks!
Zeioth
committed
a961b79
View commit details
Copy full SHA for a961b79
View code at this point
Browse repository at this point
cleanup: all cmp plugins are installed as dependencies of nvim-cmp in the file `3-dev-core.lua`, so let's keep it there and clean `4-dev.lua`.
Zeioth
committed
15cc116
View commit details
Copy full SHA for 15cc116
View code at this point
Browse repository at this point
feat(github copilot): Is now enabled by default, and it has been integrated into the plugin `cmp`.
Show description for 3f3a37b
Zeioth
committed
3f3a37b
View commit details
Copy full SHA for 3f3a37b
View code at this point
Browse repository at this point
Commits on May 8, 2025
cleanup: unnecesary duped line removed.
Zeioth
committed
a4df607
View commit details
Copy full SHA for a4df607
View code at this point
Browse repository at this point
Commits on May 7, 2025
revert: prev commit.
Zeioth
committed
837b550
View commit details
Copy full SHA for 837b550
View code at this point
Browse repository at this point
fixn(vim-java): order seem to matter now for mason registries.
Show description for f1df175
Zeioth
committed
f1df175
View commit details
Copy full SHA for f1df175
View code at this point
Browse repository at this point
fix: missed this one.
Zeioth
committed
f662440
View commit details
Copy full SHA for f662440
View code at this point
Browse repository at this point
✨feat(`mason v2 support`): Has been added.
Show description for 186b190
Zeioth
committed
186b190
View commit details
Copy full SHA for 186b190
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
remove(also form lazydev)
Zeioth
committed
fa75ae7
View commit details
Copy full SHA for fa75ae7
View code at this point
Browse repository at this point
remove(plugin): better-scape.nvim is not necessary anymore. (plus, it was introducing an issue with the key j on colemak-dh).
Zeioth
committed
f1b8bdf
View commit details
Copy full SHA for f1b8bdf
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
comments
Zeioth
committed
8bd1d07
View commit details
Copy full SHA for 8bd1d07
View code at this point
Browse repository at this point
refactor: Remove Neovim 0.11 deprecations.
Zeioth
committed
c135074
View commit details
Copy full SHA for c135074
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
🐛fix(`markdown-preview.nvim`): Now build correctly again.
Zeioth
committed
5823a9e
View commit details
Copy full SHA for 5823a9e
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
chore(highlight-undo): Upstream has been fixed. Getting updates from there again.
Zeioth
committed
ece2852
View commit details
Copy full SHA for ece2852
View code at this point
Browse repository at this point
Commits on Feb 10, 2025
comments
Zeioth
committed
665057e
View commit details
Copy full SHA for 665057e
View code at this point
Browse repository at this point
fix(highlight-undo): undo animation actually work, so let's re-enable it.
Zeioth
committed
b3cfc9f
View commit details
Copy full SHA for b3cfc9f
View code at this point
Browse repository at this point
Commits on Nov 16, 2024
♻️refactor(highlight-undo): Locked to the pre-rewrite to ensure stability.
Show description for 49edee7
Zeioth
committed
49edee7
View commit details
Copy full SHA for 49edee7
View code at this point
Browse repository at this point
♻️refactor(highlight-undo): Deleted unnecessary line. → They never implemented it in the end.
Zeioth
committed
8758719
View commit details
Copy full SHA for 8758719
View code at this point
Browse repository at this point
♻️refactor(highlight-undo): Former fix is now more elegant and concise.
Zeioth
committed
27df259
View commit details
Copy full SHA for 27df259
View code at this point
Browse repository at this point
Commits on Nov 11, 2024
refactor(former commit): Slightly less unelegant, until may.
Zeioth
committed
3940029
View commit details
Copy full SHA for 3940029
View code at this point
Browse repository at this point
fix(vim.hl): is only available starting nvim 0.11
Zeioth
committed
ea0de7a
View commit details
Copy full SHA for ea0de7a
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
♻️refactor(`vim.highlight`): is going to be deprecated.
Show description for a1ee6a7
Zeioth
committed
a1ee6a7
View commit details
Copy full SHA for a1ee6a7
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
✨feat(lisp): Even though there is no lisp LSP server on Mason, we can use navigate its tags.
Zeioth
committed
e34134c
View commit details
Copy full SHA for e34134c
View code at this point
Browse repository at this point
Commits on Oct 27, 2024
refactor(litee-calltree): let's make easier for users to change icons here.
Zeioth
committed
9e2d7f7
View commit details
Copy full SHA for 9e2d7f7
View code at this point
Browse repository at this point
🐛fix(`vim.g.fallback_icons_enabled`): aerial now obey the option.
Zeioth
committed
515e289
View commit details
Copy full SHA for 515e289
View code at this point
Browse repository at this point
🐛fix(`vim.g.fallback_icons_enabled`): We were hardcoding a nerd icon in the greeter.
Zeioth
committed
7d1d58f
View commit details
Copy full SHA for 7d1d58f
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
chore(lazydev): update config.
Zeioth
committed
d671e9d
View commit details
Copy full SHA for d671e9d
View code at this point
Browse repository at this point
🐛fix(vim.g.fallback_enabled): minor regression.
Zeioth
committed
5b4fb6a
View commit details
Copy full SHA for 5b4fb6a
View code at this point
Browse repository at this point
cleanup of the former
Zeioth
committed
ea8c05e
View commit details
Copy full SHA for ea8c05e
View code at this point
Browse repository at this point
refactor(`nvim-web-devicons`): These icons have been included into the plugin, so no need for use to define them manually anymore.
Zeioth
committed
99df7d2
View commit details
Copy full SHA for 99df7d2
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
🐛fix(bashls): Source of the regression found. All is OK again.
Zeioth
committed
df63f6a
View commit details
Copy full SHA for df63f6a
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
format: A few missing () and typos in comments.
Zeioth
committed
8a5a8a8
View commit details
Copy full SHA for 8a5a8a8
View code at this point
Browse repository at this point
Commits on Oct 5, 2024
cleanup: No need for this option, as it's the default.
Zeioth
committed
b7b9cf6
View commit details
Copy full SHA for b7b9cf6
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
🐛fix(`vim.g.lsp_round_borders_enabled = false`): now also disable borders for cmp.
Zeioth
committed
5e91bb6
View commit details
Copy full SHA for 5e91bb6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.