/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mitchellhanberg.com
| | ncona.com
1.4 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 {
| | www.dviramontes.com
2.1 parsecs away

Travel
| | A software development blog by David Viramontes
| | www.integralist.co.uk
1.2 parsecs away

Travel
| | UPDATE November 2022 Not long after I wrote this post I had switched from VimScript to using Lua and also making large sets of changes and tweaks to my configuration. The source of truth is: https://github.com/integralist/nvim (which is a submodule within https://github.com/integralist/dotfiles) This post is being kept for posterity, but ultimately I would recommend you look at the above dotfiles repo instead. This is going to be a very focused post because when you're looking to get your code editor con...
| | www.mattlayman.com
14.6 parsecs away

Travel
| Vim is an extremely powerful text editor. With no setup, you can do amazing work, however, you can supercharge Vim by extending it with plugins. This blog series will show how to get the most out of Vim.