Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 closed a draft pull request on tris203/hawtkeys.nvim
feat: adding logging flag
This needs extending and implementing accross the code base it also needs documenting on enabling the debug options. perhaps there would be a way to turn it off entirely for performance reasonstris203 opened a pull request on seblj/roslyn.nvim
fix(server): adjust server spawn resets
- Added a delay to `start_pending` reset to give the server some time to initialize properly. - Adjusted the delay for retrying server start to handle multiple instances of roslyn servers. I am...tris203 created a comment on an issue on tris203/rzls.nvim
I think i might have used a nightly only way to speed it up (using the `:` methods on the lsp client object) Could you give the perf branch a try with nightly?
tris203 pushed 35 commits to master tris203/neovim
- fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456 Problem: - nvim_subscribe, nvim_unsubscribe were deprec... 716adbc
- test(treesitter): global highlight definitions and fold test #31407 Add test for foldtext= highlighting. Change file... 9d0117f
- fix(extmark): builtin completion can still affect nearby extmarks #31387 Problem: Built-in completion can still aff... c7ec010
- docs: provide example for configuring LSP foldexpr (#31411) Using the "supports_method" function with a client capab... 49d6cd1
- vim-patch:9.1.0900: Vim9: digraph_getlist() does not accept bool arg (#31431) Problem: Vim9: digraph_getlist() does... 3d3a99e
- test(vterm): move test functions into vterm_test fixture In order to run unittests with a release build, we need the... 7a367c6
- Merge pull request #31408 from jamessan/vterm-test-fixture test(vterm): move test functions into vterm_test fixture 588ca99
- ci: run one set of tests with a release build This ensures that no tests fail due to differences between release and... 747e84a
- ci(test): remove the .git directory for Linux Tests should not rely on being run inside a git clone, so the Linux bu... 05dd41f
- test(main_spec): use CMakePresets.json instead of .git for root marker e5d96a6
- test(version_spec): expect vim.NIL, not nil, for "build" if not in a git clone 25bd278
- test(main_spec): make "nvim -v" test agnostic to build type In release builds, the Compilation: line is omitted so t... 9123bc0
- ci: run tests directly rather than via the Makefile Since the Makefile is not used to build, running the tests via t... c410375
- test(marktree): expose test functions in release builds In order to run the marktree unit test in release mode, the ... 48bdbf1
- fix(decorator): noisy errors from decoration provider #31418 Problem: A broken decoration provider can cause endles... 0e299eb
- fix(clipboard): tmux clipboard depends on $TMUX #31268 Problem: tmux clipboard not used when tmux is a daemon and $... 2495e7e
- docs: misc, help tags for neovim.io searches #31428 Problem: Various keywords are commonly searched-for on https://... ae93c7f
- vim-patch:9.1.0902: filetype: Conda configuration files are not recognized (#31445) Problem: filetype: Conda config... b079a9d
- feat(lsp): deprecate vim.lsp.start_client #31341 Problem: LSP module has multiple "start" interfaces. Solution: ... e56437c
- fix(column): check if signcolumn changed in all windows #31439 3cb1e82
- and 15 more ...
tris203 opened a draft pull request on neovim/neovim
fix(lsp): add foldingrange method support check
Problem: The folding_range request method assumes that the client supports the method Solution: Add a capability guard to the calltris203 created a branch on tris203/neovim
folding_guard - Vim-fork focused on extensibility and usability
tris203 created a comment on an issue on tris203/rzls.nvim
I tried some coutine wrapping, which I think makes it better Could you test the `perf` branch and see if its better for you
tris203 pushed 1 commit to perf tris203/rzls.nvim
- refactor(rzls): convert sync requests to async b44f0a1
tris203 opened a draft pull request on tris203/rzls.nvim
refactor(rzls): convert sync LSP requests to async
- Commented out preloading code in `documentstore.lua` and `init.lua` - Updated `language_query`, `map_to_document_ranges`, and `lsp_request` functions in `virtual_document.lua` to use async LSP r...tris203 created a comment on an issue on tris203/rzls.nvim
I dont' think so @daveHylde Even if i remove the code in the plugin that does it, then rzls does it anyways. So its almost easier to do it ourselves so that we have control over it. And from my...
tris203 pushed 6 commits to main tris203/hardtime.nvim
- feat: Add callback function to notifications (#101) * feat: add callback function to override notifications - Add... a62be26
- docs: auto-generate vimdoc 5fedc69
- docs(readme): update 3f4be02
- docs: auto-generate vimdoc 6513bf4
- feat: force exit insert mode if user is inactive (#114) * feat: force exit insert mode if user is inactive * feat... afa7085
- docs: auto-generate vimdoc 027d6f9
tris203 created a comment on an issue on tris203/rzls.nvim
I had a similar thing last night, but a "dotnet clean" seemed to sort it out for me
tris203 created a comment on an issue on seblj/roslyn.nvim
I had really messed something up. a `dotnet clean` seems to have brought it all back to life
tris203 closed an issue on seblj/roslyn.nvim
No LSP completion with blink
I will write a better issue shortly. But, when using blink.cmp instead of nvim-cmp, I am not getting lsp completion from roslyntris203 opened an issue on seblj/roslyn.nvim
No LSP completion with blink
I will write a better issue shortly. But, when using blink.cmp instead of nvim-cmp, I am not getting lsp completion from roslyntris203 pushed 6 commits to master tris203/neovim
- docs: example keybind for :Inspect #31391 feb62d5
- vim-patch:9.1.0899: default for 'backspace' can be set in C code (#31416) Problem: default for 'backspace' can be s... fb689d7
- fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390) 8de1dc6
- fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419) 6cdcac4
- vim-patch:9a39483: runtime(typst): provide a formatlistpat in ftplugin closes: vim/vim#16134 https://github.com/vim... 36b714e
- vim-patch:768728b: runtime(doc): Update documentation for "noselect" in 'completeopt' In particular, make the distin... c137841