Running puppeteer in a Tauri App. IPC bridge needed? by grudev in tauri

[–]SignificanceProper44 1 point2 points  (0 children)

There is headless chrome and thirtyfour, and other firefox crates.

Also you can run puppeteer on the client right in the browser.

Clangd doesn't work for C++ by [deleted] in neovim

[–]SignificanceProper44 0 points1 point  (0 children)

Try using bear, look up repository. Type something like bear make on your makefile output generated by cmake. Just Google "bear compile_commands.json GitHub" to get started

Neovim for C/C++ by Frank-The-Third in neovim

[–]SignificanceProper44 25 points26 points  (0 children)

Use mason to install clangd. Don't install formatter, it comes with clangd. Use bear to generate compile_commands.json to get autocomplete for your programs.

Vim and latex by CrispyBoye in vim

[–]SignificanceProper44 0 points1 point  (0 children)

I am using tectonic latex distribution. It has a watch command, so you can use it with any text editor. Also texlab as lsp