prettierd
prettierd copied to clipboard
prettier, as a daemon, for improved formatting speed.
I've removed write permissions for my home directory to prevent it from getting littered with dot files. It took me a while to figure out that prettierd was trying to...
## The Current Issue I'm Facing I use Homebrew to install most if not all of my CLI-based software including Node, `npm` & `prettier` (_the non-daemon version_). This allows me...
Hi, currently trying to use `prettier-plugin-style-order` and `prettier-plugin-tailwindcss` (both installed globally via npm), currently using neovim and null-ls to run prettierd. ```lua local config = require("user.lsp.null-ls.formatting") local formatting = null_ls.builtins.formatting...
Hello! I am currently trying to use the plugin [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports). As you can see in this test repository I created, both prettier and the prettier plugin are installed: ```json {...
When I update prettier version in my repo, I need to manually kill `prettierd` process to have it use the new version. Would be nice if it could detect that...
Prettierd runs fine when I provide no `.prettierrc.json`, but when I add the file in my root I get the following error - ```bash C:\Users\yashg\AppData\Local\nvim>prettierd test\foo.ts TypeError [ERR_INVALID_ARG_TYPE]: The "list"...
Idea is that when we push a tag, we'd use GH Actions to create the GitHub release. Could use GitHub's new API for generating the description! I assume there's already...
We should support the same flags that are supported by prettier, and build the Options object from that. Ideally we can share some code with prettier instead of actually implementing...
I can't seem to get [overrides](https://prettier.io/docs/en/configuration.html#configuration-overrides) to work with this config (`.prettierrc.json`). Changing the root `tabWidth` works but my overrides do not work for the specific files. ``` { "tabWidth":...
