Explore >> Select a destination


You are here

www.paradeofrain.com
| | ncona.com
7.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 {
| | xnacly.me
11.3 parsecs away

Travel
| | Installation, configuration and usage guide
| | www.alicegg.tech
8.2 parsecs away

Travel
| | Neovim is by far my favorite text editor.The clutter-free interface and keyboard-only navigation are what keep me productive in my daily programming.In an ea...
| | www.brandonpugh.com
44.9 parsecs away

Travel
| Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters: