Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kmoschcau pushed 5 commits to main kmoschcau/nvim-config
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(blink): increase min keyword length to 2 This avoids `:e` being completed to `:earlier` and `:w` being complete... 338ad92
kmoschcau created a comment on an issue on Saghen/blink.cmp
Yep, that's a great workaround.
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- refactor(conform): leave range handling to conform c8c089f
kmoschcau pushed 3 commits to main kmoschcau/nvim-config
kmoschcau opened an issue on Saghen/blink.cmp
No completion candidate for `:w`, which is critical when using the new `_and_enter` actions
### 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...kmoschcau pushed 5 commits to main kmoschcau/nvim-config
kmoschcau created a comment on an issue on tris203/rzls.nvim
Yeah this is still on Windows. I have not checked whether it happens on Linux as well. My neovim is also configured to use CRLF and no final newline for cs, cshtml and razor files. It is configured...
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(diagnostics): add virtual lines toggle keymap ada48a8
kmoschcau created a comment on an issue on import-js/eslint-plugin-import
@Shakeskeyboarde if I recall correctly my motivation back then was CI, not editor checks. Might be that's why we didn't do it that way.
kmoschcau created a comment on an issue on Kicamon/markdown-table-mode.nvim
Sure. Write the following table: ``` | Foo | Bar | |-----|-----| | 1 | 2 | ``` Then put the cursor on line two on the `-----`, go to insert and press `|`. You will get the error right in that...
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau created a comment on an issue on ribru17/blink-cmp-spell
Sure. Here are the relevant blink config parts: ```lua opts = { fuzzy = { sorts = { function(a, b) local sort = require "blink.cmp.fuzzy.sort" if a.source_id == "spell"...
kmoschcau created a comment on a pull request on ribru17/blink-cmp-spell
Alright, I'm going to close this then.
kmoschcau closed a pull request on ribru17/blink-cmp-spell
docs: improve the enable_in_context example
This new example takes the priorities of the captures into account.kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- fix(blink): revert to given example spell enable function a2af8ba
kmoschcau created a comment on a pull request on checkstyle/checkstyle
I have no idea how much file path handling even happens before this point in checkstyle. I didn't think this would be that complicated a fix. I don't intend to build a full file URI handling soluti...
kmoschcau pushed 1 commit to bugfix/sarif/invalid-paths-on-windows kmoschcau/checkstyle
- Issue #16127: Correctly handle Windows file paths in SARIF and add a doc link to nvim-lint bbcfaee