Vlad
Vlad
#### Check List: - [x] Tests pass (`./test.sh MeanderingProgrammer` shows no differences between expected and actual outputs) - [x] All formatting changes by the build are committed - [x] Your...
After the initial load in a workspace, changing a JavaScript prettier config has no impact and requires restarting prettierd. After looking through the code, I believe this is due to...
Thanks for the awesome work on this application, makes recording demos much easier! Let me know if there's any more info I can provide or testing to do. # Problem...
**Environments:** - Prettier Version: 3.2.5 - Running Prettier via: `prettierd` - Runtime: Node.js v20 - Operating System: macOS - Prettier plugins (if any): N/A **Steps to reproduce:** 1. Create `prettier.config.js`...
Currently the conceal feature is applied to the buffer as a whole. Meaning anything concealed by Neovim / Tree Sitter is able to be hidden in normal mode but shown...
Follow up to: https://github.com/MeanderingProgrammer/markdown.nvim/commit/43bbefd410333a04baf62ddfa8bb2a2d30a1bbc1 While we are able to add the text overlay on callouts the quote marker itself always uses the same highlight group rather than matching the highlight...
Hi, big fan of Dotfyle, is an awesome application! I have a plugin that I recently renamed the repo of, so in Dotfyle it now shows up as 2 plugins:...
### 🚀 The feature, motivation and pitch Hi, I own the [render-markdown.nvim](https://github.com/MeanderingProgrammer/render-markdown.nvim) plugin, which is focussed on rendering markdown files inside Neovim. I recently became aware of this plugin and...
## Description I have taken to structuring my configuration per language similar to LazyVim's extras. Sometimes for a particular plugin I want to specify initialization logic within the spec for...
## Details When running in a TTY luassert defaults to adding ansi colors when showning table differences for a failed test: https://github.com/nvim-lua/plenary.nvim/blob/master/lua/luassert/formatters/init.lua#L255 When looking at these through the `neotest` panel...