|
You are here |
jahir.dev | ||
| | | | |
jonas.brusman.se
|
|
| | | | | 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
|
|
| | | | | My preferred settings for ESLint and Prettier for React, JavaScript, and TypeScript development, with a setup guide. | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | | | 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
|
|
| | | 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 { | ||