Explore >> Select a destination


You are here

jahir.dev
| | jonas.brusman.se
3.3 parsecs away

Travel
| | Zed and Standard Ruby Update 2024-08-30 You can enable Standard formatting with the built in ruby-lsp extension in Zed. Just add this to your config.json: "languages": { "Ruby"...
| | jonbeebe.net
1.8 parsecs away

Travel
| | My preferred settings for ESLint and Prettier for React, JavaScript, and TypeScript development, with a setup guide.
| | www.aleksandrhovhannisyan.com
1.8 parsecs away

Travel
| | Never worry about manually formatting your code again. Improve your developer experience by setting up ESLint to format code on save in VS Code.
| | ncona.com
20.5 parsecs away

Travel
| In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return {