-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use CursorHold* to improve startup time (#502)
* feat: Use CursorHold* to improve startup time * chore(updatetime): Update comment * fix(load): load `which-key` during initialization * chore: Remove release note
- Loading branch information
Showing
6 changed files
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
if not vim.g.vscode then | ||
require("core") | ||
|
||
-- Release note | ||
vim.schedule(function() | ||
vim.notify_once( | ||
[[ | ||
We've released version v2.0.0! | ||
This is a backward-incompatible release. See the release notes for instructions on how to migrate your configs. | ||
Visit https://github.com/ayamir/nvimdots/releases to see the release notes. | ||
To silence this message, remove it from `init.lua` at root directory! | ||
]], | ||
vim.log.levels.WARN | ||
) | ||
end) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters