-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Config overhaul #359
Merged
Merged
Config overhaul #359
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aae7163 - Browse repository at this point
Copy the full SHA aae7163View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21a80c - Browse repository at this point
Copy the full SHA b21a80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3143e5d - Browse repository at this point
Copy the full SHA 3143e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8e0e8 - Browse repository at this point
Copy the full SHA 6a8e0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfa376 - Browse repository at this point
Copy the full SHA 5dfa376View commit details
Commits on Aug 22, 2024
-
Still cleaning some things up but it's functional. Translates old config formts (both vim globals and old lua) to the new names. Also shows the new config in `:healthcheck`
Configuration menu - View commit details
-
Copy full SHA for 44b46b2 - Browse repository at this point
Copy the full SHA 44b46b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29ac57 - Browse repository at this point
Copy the full SHA d29ac57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56a02b - Browse repository at this point
Copy the full SHA f56a02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f67c316 - Browse repository at this point
Copy the full SHA f67c316View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bd814 - Browse repository at this point
Copy the full SHA e5bd814View commit details -
fix: can't delete a session from Telescope picker
Sometimes deleting a session from the the Telescope picker wasn't working. It happens when we have extra command files that are filtered out from the list. Those files break some code in Telescope that finds the item we want to delete in the picker results. More detail is here: nvim-telescope/telescope.nvim#3265 We work around the issue by having the Telescope entry maker returning {} instead of nil. That's not perfect but better than not being able to delete/
Configuration menu - View commit details
-
Copy full SHA for 008b907 - Browse repository at this point
Copy the full SHA 008b907View commit details -
Configuration menu - View commit details
-
Copy full SHA for d845369 - Browse repository at this point
Copy the full SHA d845369View commit details
Commits on Aug 23, 2024
-
feat: healthcheck warns about old config names
And shows you what the new config should be
Configuration menu - View commit details
-
Copy full SHA for 2312f62 - Browse repository at this point
Copy the full SHA 2312f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf229c1 - Browse repository at this point
Copy the full SHA bf229c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6c4f5 - Browse repository at this point
Copy the full SHA 1b6c4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c7cb2 - Browse repository at this point
Copy the full SHA a6c7cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faa162 - Browse repository at this point
Copy the full SHA 2faa162View commit details -
Configuration menu - View commit details
-
Copy full SHA for f783c17 - Browse repository at this point
Copy the full SHA f783c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f8355 - Browse repository at this point
Copy the full SHA 37f8355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191a2e8 - Browse repository at this point
Copy the full SHA 191a2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7553809 - Browse repository at this point
Copy the full SHA 7553809View commit details -
fix: rmagatti#358 Don't bubble up ignored errors
We had been relying on `v:errmsg` to catch session errors when restoring with `silent! source <session>`. The problem with that approach is `v:errmsg` might be set even when it's an error message that should be ignored (e.g. by another `silent!` command). Instead, we now `silent source <session>` (note no !) but if that fails (which means it's a real error), then we optionally source the session again, this time with silent! so we load as much of the session as possible.
Configuration menu - View commit details
-
Copy full SHA for bffa497 - Browse repository at this point
Copy the full SHA bffa497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bb411 - Browse repository at this point
Copy the full SHA 79bb411View commit details -
docs: Add allowed/suppressed dirs to readme
Fixes rmagatti#350 Also update `continue_restore_on_error` description
Configuration menu - View commit details
-
Copy full SHA for 4961a38 - Browse repository at this point
Copy the full SHA 4961a38View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8aa6e7 - Browse repository at this point
Copy the full SHA b8aa6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993abe0 - Browse repository at this point
Copy the full SHA 993abe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec30d3 - Browse repository at this point
Copy the full SHA 1ec30d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d457c1d - Browse repository at this point
Copy the full SHA d457c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for caef7f1 - Browse repository at this point
Copy the full SHA caef7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebe3f7 - Browse repository at this point
Copy the full SHA 1ebe3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ede7d - Browse repository at this point
Copy the full SHA 92ede7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed68e4 - Browse repository at this point
Copy the full SHA 1ed68e4View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 405b220 - Browse repository at this point
Copy the full SHA 405b220View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.