Explore >> Select a destination


You are here

www.alicegg.tech
| | www.paradeofrain.com
3.0 parsecs away

Travel
| | This took longer than I care to admit. I work both in MacOS and Windows daily. Recently I wanted to setup Godot's LSP with neovim on Windows and it turned out more tricky than I would have liked. The crux of the issue was trying to get the LSP configured to use netcat instead on windows. I'm also using the LazyVim distro. Long story short, under my plugins folder I have a lsp.
| | www.joelotter.com
5.1 parsecs away

Travel
| | A friend got a MacBook recently and was asking for recommendations. I found myself wishing I had a list of all my default-installed command-line tools, so that's what this is.
| | blog.samibadawi.com
5.1 parsecs away

Travel
| | [AI summary] The article discusses the challenges and various tools for setting up an IDE-like environment for Haskell programming, highlighting different libraries and configurations for editors like VS Code and Neovim.
| | ncona.com
11.8 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 {