Abner Luis Rodrigues
Abner Luis Rodrigues
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...
I have the following use case: - A custom Client class that returns a singleton of a ky instance to be used in both client and server (I’m using Astro...
Really like the [Embark Theme](https://github.com/embark-theme/vim) and it would be awesome to have it in NvChad
It is a very common pattern to load initial data on the server, pass it to the cache and then have the client take over from there, but I don’t...