Blog: 2026-03-28: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "could the as-you-wish editor formatter be implemented as lsp, rather than filesystem? Perhaps...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
could the as-you-wish editor formatter be implemented as lsp, rather than filesystem? Perhaps...
could the as-you-wish editor formatter be implemented as lsp, rather than filesystem? Perhaps...

I think this LSIF https://microsoft.github.io/language-server-protocol/ Language Server Index Format "to support rich code navigation in development tools or a Web UI without needing a local copy of the source code" might fit this use case ...

https://www.youtube.com/watch?v=-aIPEOxUCUY seems like a good way to get vim lsp working with minimal plugins ...

Ok so there are mtg puzzles like chess puzzles https://possibilitystorm.com/

More mtg puzzles: https://www.reddit.com/r/mtgpuzzles/

Article explaining rsa with python code https://xnacly.me/posts/2023/rsa/

Latest revision as of 14:22, 28 March 2026

could the as-you-wish editor formatter be implemented as lsp, rather than filesystem? Perhaps...

I think this LSIF https://microsoft.github.io/language-server-protocol/ Language Server Index Format "to support rich code navigation in development tools or a Web UI without needing a local copy of the source code" might fit this use case ...

https://www.youtube.com/watch?v=-aIPEOxUCUY seems like a good way to get vim lsp working with minimal plugins ...

Ok so there are mtg puzzles like chess puzzles https://possibilitystorm.com/

More mtg puzzles: https://www.reddit.com/r/mtgpuzzles/

Article explaining rsa with python code https://xnacly.me/posts/2023/rsa/