Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 created a comment on a pull request on folke/noice.nvim
I didn't read the README properly I had always assumed noice was nightly only, not nightly recommended I can add a shim for back compat this evening
tris203 created a branch on tris203/rzls.nvim
semantic_highlights_nightlyw - Hopefully, support for rzls in neovim
tris203 pushed 3 commits to main tris203/tree-sitter-razor
tris203 pushed 1 commit to main tris203/tree-sitter-razor
- feat(razor_components): capital attributes are razor_html_attributes 464b73b
tris203 pushed 1 commit to inlay_hint_spacing tris203/precognition.nvim
- feat(utils): enhance inlay hint spacing calculation - Updated `calc_ws_offset` to handle different inlay hint label ... e3cfbb7
tris203 opened a pull request on tris203/precognition.nvim
feat(utils): enhance inlay hint spacing calculation
- Updated `calc_ws_offset` to handle different inlay hint label types - Added tests for Lua and Rust style inlay hints - Included padding adjustments for inlay hintstris203 created a branch on tris203/precognition.nvim
inlay_hint_spacing - ðŸ’👀precognition.nvim - Precognition uses virtual text and gutter signs to show available motions.
tris203 created a comment on an issue on tris203/precognition.nvim
Yeah I am looking at the code now, they pass hints in different shapes Lua: ```lua return { bufnr = 1, client_id = 1, inlay_hint = { kind = 2, ...
tris203 created a comment on an issue on tris203/precognition.nvim
I think this is specifically a rust_analyser bug with the way it passes its hints ![image](https://github.com/user-attachments/assets/d2462358-e716-4342-8c89-c84951a6b4c1) ****
tris203 opened a pull request on folke/noice.nvim
fix(lsp): support mixed encoding for lsp clients
## Description Fixes a warning notification for the first hover/signature help notification on nightly now that `offset_encoding` is required for `make_position_params`tris203 pushed 1 commit to mixed_encodings tris203/noice.nvim
- fix(lsp): support mixed encoding for lsp clients 729baaa
tris203 pushed 1 commit to mixed_encodings tris203/noice.nvim
- fix(lsp): support mixed encoding for lsp clients 8b8d7cb
tris203 pushed 3 commits to mixed_encodings tris203/noice.nvim
tris203 created a branch on tris203/noice.nvim
mixed_encodings - 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
tris203 pushed 2 commits to main tris203/noice.nvim
tris203 pushed 1 commit to main tris203/.dotfiles
- feat(nvim): add new plugins and update configurations - Added `octo.nvim` plugin for GitHub integration - Updated `c... 33c0835
tris203 pushed 1 commit to main tris203/rzls.nvim
- fix: Wrap call in vim.schedule to fix vim callback error (#28) ad39715
tris203 closed an issue on tris203/rzls.nvim
Error when saving razor file.
I currently get this error every time I try to save a razor file: ``` Error executing luv callback: ...cal/share/nvim/lazy/rzls.nvim/lua/rzls/documentstore.lua:38: E5560: Vimscript function must...tris203 closed a pull request on tris203/rzls.nvim
fix(documentstore): vim.schedule file system updates
fixes #27tris203 pushed 23 commits to main tris203/noice.nvim
- fix(snacks): honor `Snacks.config.notifier.enabled = false` f381a46
- chore(build): auto-generate docs 4373b5e
- chore(main): release 4.7.0 (#985) :robot: I have created a release *beep* *boop* --- ## [4.7.0](https://github... 2087bbf
- fix(view): never set winblend when transparent. Fixes #971 fd7625e
- chore(build): auto-generate docs 3973bc5
- fix(scrollbar): hide on WinClosed. Fixes #949 ca2e3fe
- fix(ui): fix ext_messages in fast_events. Fixes #997 a802e17
- chore(build): auto-generate docs 8c4d425
- chore(main): release 4.7.1 (#995) :robot: I have created a release *beep* *boop* --- ## [4.7.1](https://github... 4824592
- fix(ui): special handling of msg_show.return_prompt. See #998 6e0c8dc
- fix(ui): typo 71ae386
- chore(build): auto-generate docs 221ffbc
- perf(hl): use real hl_group ids on nightly instead of ffi d5483a0
- chore(build): auto-generate docs 2626b4a
- perf(block): use hl_ids directly as hl_group for extmarks. no need to use synIDattr 742610e
- chore(main): release 4.7.2 (#999) :robot: I have created a release *beep* *boop* --- ## [4.7.2](https://github... 203f74a
- fix(msg): add new msg_show.lua_print to default routes for messages 0e9853b
- chore(build): auto-generate docs 481059e
- fix(notify): always convert msg to string if not nil and not string 3efadda
- fix(ui): always queue incoming events when already processing 6c7545a
- and 3 more ...