Matt Sturgeon

Results 136 issues of Matt Sturgeon

| Field | Description | |----------|-------------| | Plugin | `lsp-inlayhints.nvim` (archived) | | Homepage | [`https://github.com/lvimuser/lsp-inlayhints.nvim`](https://github.com/lvimuser/lsp-inlayhints.nvim) | | Nixpkgs | `vimPlugins.lsp-inlayhints-nvim` | ## Extra Information I'm not sure if this...

enhancement

First time opening a PR here, so let me know if I've missed some etiquette. #### Summary - New option `tmuxNavigatorNoMappings` maps to global [`tmux_navigator_no_mappings`](https://github.com/christoomey/vim-tmux-navigator?tab=readme-ov-file#custom-key-bindings) - New attrset `keymaps` maps...

## Description The [documentation for LSP keymappings](https://nix-community.github.io/nixvim/plugins/lsp/keymaps.html) is a little vague when it comes to non-string attributes. Looking into [the code](https://github.com/nix-community/nixvim/blob/060a05138ca1a46fc0a0f79ef27f080cac57a59e/plugins/lsp/default.nix#L203-L227), it appears that an LSP keymapping can be either...

bug

[refactoring.nvim](https://github.com/ThePrimeagen/refactoring.nvim) includes a Telescope extension that can be enabled using ```nix extraConfigLuaPre = /* lua */ '' -- load refactoring Telescope extension require("telescope").load_extension("refactoring") ''; ``` And used in keymaps as...

It'd be nice to have a [summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) displayed when viewing an update workflow in GitHub Actions. Currently it is possible to use the step outputs to print a basic summary...

When running on neoforge I get this error: ``` [07:22:42] [main/ERROR] (ModSorter) Missing or unsupported mandatory dependencies: Mod ID: 'forge', Requested by: 'devlogin', Expected range: '[1,)', Actual version: '[MISSING]' ```...

- ~~Neoforge builds temporarily disabled.~~ See upstream PR https://github.com/neoforged/NeoForge/pull/794 - Neoforge PR maven added - Bumped Gradle & JDK to 8.5 & 21 - Source/target compatibility still set to 17...

## Summary This PR consists of three parts: #### 1. Configure modpublisher for GitHub Releases Some recent Modpublisher PRs added support for configuring the github release tag separately from the...

dev

- [x] Refactor `:metadata` into a more general `:data` project - [x] Introduce a custom gradle task that can "build" lang files - [x] Move most `VariantTooltip` logic to the...

enhancement
i18n

Beginning work on unit tests, opening a **draft PR** for early feedback. The key breakthrough was calling `Bootstrap.bootStrap()` before running tests; without bootstrapping minecraft, registries (etc) are not initialized and...

enhancement
dev