| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oni-php: Add corfu setup | 2026-05-14 | 1 | -2/+3 | |
| | | |||||
| * | oni-php: Remove company | 2026-05-14 | 1 | -7/+2 | |
| | | |||||
| * | oni-php: Add command to ignore the error at point | 2026-05-08 | 1 | -1/+22 | |
| | | |||||
| * | oni-php: Add dabbrev setting | 2026-05-05 | 1 | -1/+6 | |
| | | |||||
| * | oni-php: oni-php-grep-symbol: If region is active, grep ↵ | 2026-05-05 | 1 | -1/+8 | |
| | | | | | that instead | ||||
| * | oni-php: Fix up inserting ‘->’ vs ‘::’ | 2026-04-13 | 1 | -5/+4 | |
| | | | | | | When we're looking at a ‘)’ it should be ‘->’ since we can't return a static class in that case. | ||||
| * | oni-php: Add auto-insert template for .php files | 2026-04-07 | 1 | -3/+32 | |
| | | |||||
| * | oni-php: ‘oni-php-comment-dwim’: Add ‘@use’ template | 2026-04-07 | 1 | -8/+25 | |
| | | |||||
| * | oni-php: ‘oni-php-insert-dot-dwim’: Improve ↵ | 2026-04-07 | 1 | -1/+2 | |
| | | | | | detection ‘::’ vs ‘->’ | ||||
| * | oni-php: oni-php-insert-dot-dwim: Add ‘::’ operator | 2026-04-06 | 1 | -5/+21 | |
| | | |||||
| * | oni-php: Bring back ‘oni-php-comment-dwim’ | 2026-04-01 | 1 | -14/+14 | |
| | | |||||
| * | oni-php: Add require for ‘map’ | 2026-03-27 | 1 | -1/+2 | |
| | | | | | Hopefully this helps to make sure that ‘(setf (map-elt))’ will work. | ||||
| * | oni-php: Remove php-ts-mode: It's not quite ready | 2026-03-27 | 1 | -26/+25 | |
| | | | | | | | Rainbow delimiters mode breaks with large annotations. Functions work slightly differently, so integrations don't work as well. Navigation is unpleasantly different. | ||||
| * | Revert "oni-php: Add PHP treesitter override" | 2026-03-27 | 1 | -8/+1 | |
| | | | | | This reverts commit 448b78d47b0a18239f00526772b4a660be01363c. | ||||
| * | oni-php: Simplify ‘oni-php-add-use’ | 2026-03-26 | 1 | -2/+2 | |
| | | |||||
| * | oni-php: Add command to search for symbol at point, add ↵ | 2026-03-26 | 1 | -0/+10 | |
| | | | | | keybindings | ||||
| * | oni-php: Add PHP treesitter override | 2026-03-16 | 1 | -1/+8 | |
| | | |||||
| * | oni-php: Switch out ‘php-mode’ for ‘php-ts-mode’ | 2026-03-16 | 1 | -38/+39 | |
| | | |||||
| * | oni-php: oni-php-comment-dwim: Require inactive region | 2026-03-09 | 1 | -1/+2 | |
| | | | | | | If the region is active, don't try to be smart about what to insert, just do the normal ‘comment-dwim’. | ||||
| * | oni-php: ‘oni-php-add-use’: Search for existing use ↵ | 2026-02-09 | 1 | -2/+2 | |
| | | | | | | | | | more strictly Before searching for ‘App\Models\Promotion’ would also match ‘App\Models\PromotionBulkImport’ and not add the use, but by searching for ‘use App\Models\Promotion;’ we ensure that we don't accidentally match a substring. | ||||
| * | oni-php: Add conditions to expanding short snippets | 2026-01-08 | 1 | -1/+10 | |
| | | |||||
| * | oni-php: Add rainbow-identifiers mode | 2025-12-22 | 1 | -2/+11 | |
| | | |||||
| * | oni-php: Add auto-insert template for Laravel test files | 2025-04-16 | 1 | -1/+26 | |
| | | |||||
| * | oni-php: Swap electric-pair-mode for smartparens | 2025-04-07 | 1 | -2/+2 | |
| | | |||||
| * | oni-php: Make sure imports aren't duplicated | 2025-04-07 | 1 | -5/+6 | |
| | | |||||
| * | oni-php: Add ‘rainbow-delimiters-mode’ | 2025-04-07 | 1 | -3/+4 | |
| | | |||||
| * | oni-php: Make ‘oni-php-comment-dwim’ work with classes | 2025-04-07 | 1 | -2/+3 | |
| | | |||||
| * | oni-php: Add function that makes ‘comment-dwim’ add ↵ | 2025-02-11 | 1 | -1/+24 | |
| | | | | | | | | | doc comments This checks to see if point is right before a function and if so adds a documentation comment. Otherwise it calls to the original ‘comment-dwim’ to do the right thing for that particular place. | ||||
| * | oni-php: Add command to enter expected operator | 2025-01-24 | 1 | -1/+19 | |
| | | | | | | The command either inserts a ‘.’ if point is next to, or inside, a string or inside a comment. Otherwise it'll insert the access operator ‘->’ instead. | ||||
| * | oni-php: Add support to add first use statement | 2025-01-22 | 1 | -3/+8 | |
| | | |||||
| * | oni-php: Enable subword-mode | 2024-12-30 | 1 | -1/+2 | |
| | | |||||
| * | oni-php: Warn me when I'm trying to use a non-existent class | 2024-12-30 | 1 | -3/+6 | |
| | | |||||
| * | oni-php: Make sure the use script runs in the right ↵ | 2024-12-30 | 1 | -2/+3 | |
| | | | | | directory | ||||
| * | oni-php: Add command to add use statement | 2024-12-30 | 1 | -1/+20 | |
| | | |||||
| * | Enable yasnippets in PHP | 2024-12-24 | 1 | -1/+2 | |
| | | |||||
| * | Remove autoloads for snippet loading | 2021-12-01 | 1 | -3/+1 | |
| | | | | | | Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my package configuration hasn't been loaded it shouldn't try to include my snippets. | ||||
| * | Remove all self-loading autoload cookies | 2021-11-23 | 1 | -5/+10 | |
| | | | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult. | ||||
| * | [oni-fci] Remove configuration | 2021-06-22 | 1 | -7/+3 | |
| | | | | | | ‘fci-mode’ has been completely superseded by the built-in ‘display-fill-column-indicator-mode’. | ||||
| * | Remove phpcbf, it doesn’t seem to exist anymore | 2021-02-06 | 1 | -3/+2 | |
| | | |||||
| * | Explicitly require hydra for configs that create hydras | 2020-09-09 | 1 | -1/+2 | |
| | | |||||
| * | Use ‘display-fill-column-indicator-mode’ if possible | 2020-09-07 | 1 | -2/+6 | |
| | | | | | | Fall back to ‘fci-mode’ if the function ‘display-fill-column-indicator-mode’ doesn’t exist. | ||||
| * | Add oni-hydra configuration, spruce up some hydras | 2020-03-05 | 1 | -2/+2 | |
| | | |||||
| * | Enable ‘auto-fill-mode’ for comments in most ↵ | 2019-12-10 | 1 | -1/+7 | |
| | | | | | | | | programming modes The ones that are already backed by a formatter, such as Java, Python and sh don’t need it. | ||||
| * | Change version format | 2019-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one. | ||||
| * | Add snippets for ‘oni-php’ | 2019-08-27 | 1 | -0/+126 | |
