Chris Grieser

Results 409 comments of Chris Grieser

> But I don't like that it wouldn't work by default then. I guess making this an opt-in setting would make sense?

Project-scoped snippets would indeed be nice, however, adding support for them to nvim-scissors would be in vain, since to my knowledge, there is no snippet engine plugin that uses them....

Oh, didn't know that luasnip supports it, my bad

I created a FR at nvim-snippets: https://github.com/garymjr/nvim-snippets/issues/53 edit: and at blink.cmp: https://github.com/Saghen/blink.cmp/issues/197

Fair point. Maybe this is simply something to only implement for the buffer source?

That's an interesting idea! I've never used precognition myself, but I can totally see how it could be helpful for new users. If you're up for it, you can make...

I always get dark mode, regardless of rendering engine :/

- The failing type check is expected due to using precognition's typing. You can just add an lua-ls ignore comment for that. - Just a nit, but the folder should...

> Error: README.md:24:4 MD051/link-fragments Link fragments should be valid [Context: "[Precognition.nvim Integration](#precognition.nvim-integration)"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md051.md I think you need to escape the `.` in `#precognition.nvim-integration`. As far as I remember, url-encoding applies?...

looks good now, there are still some issues with the readme (markdownlint, also your markdown-toc using different indentation), but I can fix that myself if that's quicker. However, GitHub blocks...