Marco Martinelli

Results 17 comments of Marco Martinelli

Forgot to add that this is the setting im using: https://github.com/ohmyzsh/ohmyzsh/blob/067558da9274986d326533daca047bbcb01f2451/lib/completion.zsh#L21

@banjo you can do ```lua vim.keymap.set({ 'n', 'x' }, 'gq', function() conform.format({ async = true, lsp_format = 'fallback', quiet = true, }, function() vim.cmd('silent GuessIndent') end) end) ``` I dont...

@austinvalle This would be super useful for those APIs made with FastAPI or Django where its pretty common to use Union types for certain attributes. ```go ... "input": schema.ListNestedAttribute{ Required:...

Same issue with pulumi preview on CodeBuild: ``` COMMAND_EXECUTION_ERROR: Error while executing command: pulumi preview -p 1 --show-sames -j > plan.json. Reason: exit status 255 ```

@nik-rev should these operations send the same LSP event discussed here? https://github.com/helix-editor/helix/issues/8942

@MikeSmithGH I came across a post somewhere, stating that the register holding the macro data isn't cleared immediately after `RecordingLeave`. This means that even if you refresh lualine at that...