The Mist

Results 60 comments of The Mist

Hi there, thx for your advice. The Syntax highlighting is implemented by [syntect](https://github.com/trishume/syntect), AFAIUI the tree-sitter is a lower-level lib compared to syntect. For generating an image, need to calculate...

Hi @ekshore, thx for the feature request. Yes, taking code snapshots without background is a useful feature, but as https://github.com/mistricky/codesnap.nvim/issues/87#issuecomment-2067591880 says, there are a few things need to be done...

Hi @ekshore, you can follow https://github.com/mistricky/codesnap.nvim?tab=readme-ov-file#customize-background-padding to hide the background, CodeSnap now supports customize background padding in release v1.4.1.

Hey @jhonnyV-V, thx for this PR. Can you run CodeSnap.nvim on WSL? there are a few issues describe that they can't run CodeSnap.nvim on WSL, it would be great if...

Hi @jhonnyV-V, is there any update for https://github.com/mistricky/codesnap.nvim/issues/73#issuecomment-2057344317? It seems like not work perfectly.

> btw I made some test for the things I added If @mistricky wants I could commit them also, and I could just make early returns if the user is...

Hi @jhonnyV-V, I have noticed that you only updated the `copy.rs`, the `copy.rs` is used to perform the `copy` action. If users want to save snapshot in somewhere, the `save.rs`...

> @mistricky Hi @mistricky, yes, I only updated the copy.rs, that is the only problem that I found in the plugin with wsl, the save workflow works fine, I could...

Hi @jhonnyV-V, do you have time to take another look at this PR? It seems like there are still few issues

Hi @jacobrreed, I'm not familiar with WSL and Windows stuffs, can you run CodeSnap.nvim on WSL propertly? As far as I understand it, this issue describes the CodeSnap.nvim installed on...