You are here |
www.mitchellhanberg.com | ||
| | | |
www.alicegg.tech
|
|
| | | | I have been using NeoVim as my main editor for code since 2017.When discussing that with other engineers, a common complaint I hear about (Neo)Vim is that it... | |
| | | |
eystein.no
|
|
| | | | Getting set up with NPM and Node.js, and what is the difference? | |
| | | |
jessitron.com
|
|
| | | | This post builds on the excellent tutorial from Tania Rascia: Create and Deploy a Node.js, Express, & PostgreSQL REST API. I want to build a little web app that can store some data! ...without installing anything new on my computer. Here's how to configure VSCode Remote Containers to do that. Installed on my machine: DockerVSCodeVSCode... | |
| | | |
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 { |