Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kmoschcau

kmoschcau pushed 5 commits to main kmoschcau/nvim-config
  • feat(typescript-tools): prepare for properly setting format options 526eb53
  • chore(plugins): update d7181be
  • feat(lsp): pull in VS Code LSP settings for JS/TS format and preferences 6a05b5e
  • feat(conform)!: remove keymaps for enable/disable 08ea87a
  • feat(conform): add keymap to format with LSP 6f9cc5a

View on GitHub

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

View on GitHub

kmoschcau created a comment on an issue on Saghen/blink.cmp
Yep, that's a great workaround.

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • refactor(conform): leave range handling to conform c8c089f

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau starred jasongin/nvs
kmoschcau starred JoosepAlviste/nvim-ts-context-commentstring
kmoschcau pushed 3 commits to main kmoschcau/nvim-config
  • chore(plugins): update f2a5555
  • feat(endwise): switch back to original origin ad3e880
  • feat(plugins): add nvim-ts-context-commentstring 5df075e

View on GitHub

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
  • chore(plugins): update 7725a8a
  • feat(vim-illuminate): disable in mason and notify buffers f62e4b2
  • feat(luasnip): change keymaps to Alt and add normal mode 02bd83b
  • feat(blink): use new exact sorter f0a8bb6
  • feat(blink): use new select and enter in cmd mode 24e1c12

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

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...

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(diagnostics): add virtual lines toggle keymap ada48a8

View on GitHub

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.

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

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...

View on GitHub

kmoschcau starred tris203/tree-sitter-razor
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • chore(plugins): update 81876b9
  • feat(telescope): use fidget extension c35a9e1

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • feat(blink): update spell enable to work at eol 327cdd4
  • chore(plugins): update f494fb6

View on GitHub

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"...

View on GitHub

kmoschcau created a comment on a pull request on ribru17/blink-cmp-spell
Alright, I'm going to close this then.

View on GitHub

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

View on GitHub

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...

View on GitHub

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

View on GitHub

kmoschcau created a review comment on a pull request on checkstyle/checkstyle
Actually reading the RFC again, it would be a breaking change. The scheme part of the URI is required.

View on GitHub

kmoschcau created a review on a pull request on checkstyle/checkstyle

View on GitHub

kmoschcau created a review comment on a pull request on checkstyle/checkstyle
True, though that was already the case in the existing files. From what I can see it would require changing all of the tests and a considerably more involved test setup.

View on GitHub

Load more