Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 pushed 3 commits to main tris203/precognition.nvim
tris203 closed a pull request on tris203/precognition.nvim
feat(tests): dts testing
- Add GitHub Actions workflow for DTS testing - Update Makefile to include DTS target - Modify DTS script to run multiple simulations - Fix cursor position calculation in DTS utilitytris203 created a comment on a pull request on NixOS/nixpkgs
@corngood is there any chance you could look at this one too as it goes hand in hand with #373293
tris203 created a comment on a pull request on seblj/roslyn.nvim
> @tris203 fyi I had something like this for personal use some time ago: [konradmalik/nixpkgs-extra@`643cce6`/pkgs/roslyn-ls](https://github.com/konradmalik/nixpkgs-extra/tree/643cce606e49b0759f38f...
tris203 created a comment on a pull request on seblj/roslyn.nvim
My only hold up is that the changes haven't been tagged for a release into vscode yet For people on something like Nix (like me) there isn't a build that supports `--stdio` yet. So those people ...
tris203 pushed 16 commits to master tris203/blink-cmp-git
- refactor!: fix typo seperate_output -> separate_output 531fa64
- Merge pull request #2 from mikavilpas/typos refactor!: fix typo seperate_output -> separate_output cce2774
- Add docs for version introduction 63d9687
- Substitute json_field_helper with tostring 2f93981
- Promote commit feature dec91bb
- Fix the wrong insertion place with cache enabled f6e9f55
- Fix a bug that removes the trailing words 89af634
- Refactor cache 6dfde89
- Finish feature for pre cache items eeb3f33
- Add reload cache command 87e8e1a
- Improve the experience of pre cache 90e2fd0
- Cache empty documentations 0216336
- Add docs de88cf7
- Merge pull request #1 from Kaiser-Yang/pre-cache Add Feature: pre cache everything and reload cache by a command ... c024db3
- Update doc 0a317c4
- Fix a type dfc8764
tris203 pushed 1 commit to razor tris203/ts-comments.nvim
- feat(config): add razor comment styles - Added support for Razor comment styles in the configuration. - Introduced `... 5b7cd23
tris203 opened a draft pull request on folke/ts-comments.nvim
feat(config): add razor comment styles
- Added support for Razor comment styles in the configuration. - Introduced `@* %s *@` for Razor and `// %s` for Razor block comments. currently pending merge in nvim-treesittertris203 created a branch on tris203/ts-comments.nvim
razor - Tiny plugin to enhance Neovim's native comments
tris203 pushed 5 commits to main tris203/ts-comments.nvim
- feat(config): add bicep comment string (#54) ## Description Add comment string for bicep files see https://l... de901a7
- feat(config): add support for proto and ft's without commentstring (#56) ## Description Adds support for protofil... 94d4942
- chore(build): auto-generate docs 2002692
- feat(config): add support for scss (#59) ## Description <https://sass-lang.com/documentation/syntax/comments/> SCSS... 9f54eb8
- chore(build): auto-generate docs 872dcfa
tris203 opened a draft pull request on tris203/rzls.nvim
refactor(roslyn)!: change to stdio communication
BREAKING CHANGE: This requires adding the `--stdio` option to your launch settings and a version of the roslyn LSP that supports `--stdio` rzls side of https://github.com/seblj/roslyn.nvim/pull...tris203 opened a pull request on seblj/roslyn.nvim
fix!: remove hacky pipe start and prefer stdio
- Added a check for the `--stdio` argument in `config.lua` to ensure it is present in the configuration. If not, it will be added and a warning notification will be shown. - Moved the `Rosly...tris203 created a comment on a pull request on seblj/roslyn.nvim
I'm not sure the latest release in the crashdummyy repo has the `--stdio``` flag. I can't seem to get it to work. Will try again after dinner https://github.com/Crashdummyy/roslynLanguageServer...
tris203 created a comment on a pull request on seblj/roslyn.nvim
Im just working on this now from the rzls side. Where we emit the event for Roslyn initialised. Could we also set a global variable?
tris203 created a comment on a pull request on seblj/roslyn.nvim
I will do some testing with rzls We may need to wait for the new Roslyn version to make it into Vscode as the nix packaging relys on that
tris203 pushed 1 commit to razor tris203/nvim-treesitter
- feat(razor): add razor_block to folds.scm c84eb32
tris203 created a comment on a pull request on nvim-treesitter/nvim-treesitter
i think that is all addressed @clason let me know if you want to see anything else, or if I can mark this ready :) Thanks for your guidance, I'm quite green in the lisp style syntax
tris203 pushed 1 commit to razor tris203/nvim-treesitter
- fix(razor): remove unused highlights fb7cc3f
tris203 created a comment on a pull request on nvim-treesitter/nvim-treesitter
> Wouldn't it make more sense to inherit from csharp queries, since you extend that grammar? > > (Also, make sure `tree-sitter build` and `tree-sitter generate` works without errors. Generation ...
tris203 opened a draft pull request on nvim-treesitter/nvim-treesitter
feat: add razor
Adds `razor` parser A superset of C#/HTML for .NET web developmenttris203 created a branch on tris203/nvim-treesitter
razor - Nvim Treesitter configurations and abstraction layer
tris203 opened an issue on Saghen/blink.cmp
LSP Capabilities won't be set
### Make sure you have done the following - [X] Updated to the latest version of `blink.cmp` - [X] Searched for existing issues and documentation (try `<C-k>` on https://cmp.saghen.dev) ### Bug D...tris203 pushed 1 commit to main tris203/rzls.nvim
- fix: correct typos and formatting in README.md (#47) 60cb1e7